mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
miner: fix typo in comment
This commit is contained in:
parent
69fe54b2e5
commit
fd05c0a79b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ const (
|
|||
|
||||
// Block size is capped by the protocol at params.MaxBlockSize. When producing blocks, we
|
||||
// try to say below the size including a buffer zone, this is to avoid going over the
|
||||
// maximum size with auxilary data added into the block.
|
||||
// maximum size with auxiliary data added into the block.
|
||||
const maxBlockSizeBufferZone = 1_000_000
|
||||
|
||||
// newPayloadResult is the result of payload generation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue