We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c5c7f commit bfc3edcCopy full SHA for bfc3edc
testnet/stacks-node/src/neon_node.rs
@@ -649,7 +649,8 @@ fn spawn_peer(
649
650
if mblock_deadline < get_epoch_time_ms() {
651
results_with_data.push_back(RelayerDirective::RunMicroblockTenure);
652
- mblock_deadline = get_epoch_time_ms() + (config.node.microblock_frequency as u128);
+ mblock_deadline =
653
+ get_epoch_time_ms() + (config.node.microblock_frequency as u128);
654
}
655
656
while let Some(next_result) = results_with_data.pop_front() {
0 commit comments