We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1254a28 commit 535ec03Copy full SHA for 535ec03
protocol/flows/src/flow_context.rs
@@ -590,7 +590,7 @@ impl FlowContext {
590
}
591
592
593
- // Transaction relay is disabled if the node is out of sync and thus not mining
+ // Transaction relay is disabled if the node is out of sync
594
if !self.is_nearly_synced(consensus).await {
595
return;
596
protocol/flows/src/v5/txrelay/flow.rs
@@ -115,7 +115,7 @@ impl RelayTransactionsFlow {
115
116
let session = self.ctx.consensus().unguarded_session();
117
118
119
if !self.ctx.is_nearly_synced(&session).await {
120
continue;
121
0 commit comments