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.
2 parents 38c7eb0 + 342ec83 commit ca34e82Copy full SHA for ca34e82
core/tx_pool.go
@@ -962,7 +962,7 @@ func (pool *TxPool) promoteExecutables(accounts []common.Address) {
962
}
963
// Notify subsystem for new promoted transactions.
964
if len(promoted) > 0 {
965
- pool.txFeed.Send(NewTxsEvent{promoted})
+ go pool.txFeed.Send(NewTxsEvent{promoted})
966
967
// If the pending limit is overflown, start equalizing allowances
968
pending := uint64(0)
0 commit comments