eth/handler: fix const declarations

This commit is contained in:
Luke Williams 2019-03-09 09:27:36 +01:00
parent b55882d132
commit c3ceae86ec

View file

@ -48,7 +48,6 @@ const (
// txChanSize is the size of channel listening to TxPreEvent.
// The number is referenced from the size of tx pool.
txChanSize = 4096
)
// minimim number of peers to broadcast new blocks to
minBroadcastPeers = 4