mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/handler: fix const declarations
This commit is contained in:
parent
b55882d132
commit
c3ceae86ec
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue