miner: fix typo in comment

This commit is contained in:
Felix Lange 2025-07-08 16:33:50 +02:00
parent 69fe54b2e5
commit fd05c0a79b

View file

@ -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.