以太坊header.extra字段

jifujunasd 6 0 PDF 2021-01-15 22:01:06

type Header struct { ... Extra []byte `json:extraData gencodec:required` ... } 可以看到Extra数据是可变长度,但是以太坊为了避免作恶节点加入非常大的数据,对其长度进行了限制。 ```go MaximumExtraDataSize uint64 = 32 // Maximum size extra data may be after Genesis. func (ethash *Ethash) verifyHeader(chain consensus.ChainReader

用户评论
请输入评论内容
评分:
暂无评论