mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 13:25:02 -05:00
1. Use `+` to concatenate the merkle roots in `hash` function. 2. Fix `pad_to_power_of_2`: padding with `[b'\x00' * SHARD_BLOCK_SIZE]`, not `[SHARD_BLOCK_SIZE]`.