mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
limit loggerr interface
This commit is contained in:
parent
c5fa9ef1bd
commit
7d2a8c7e85
@ -188,7 +188,6 @@ func (f *Send) BroadcastRemotePooledTxs(txs Hashes) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
func (f *Send) PropagatePooledTxsToPeersList(peers []PeerID, txs []byte) {
|
||||
@ -248,5 +247,4 @@ func (f *Send) PropagatePooledTxsToPeersList(peers []PeerID, txs []byte) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user