lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
fix: bug when proposing on slot 1
This PR fix a bug when building the block for slot 1. The genesis block does not store the payload_block_hash and we were trying to access to a "null" value.
Closes #1087