Added process_withdrawals

This commit is contained in:
Mark Mackey
2022-11-13 18:20:27 -06:00
parent 81319dfcae
commit 276e1845fd
3 changed files with 150 additions and 35 deletions

View File

@@ -78,6 +78,10 @@ pub enum BlockProcessingError {
},
ExecutionInvalid,
ConsensusContext(ContextError),
WithdrawalsRootMismatch {
expected: Hash256,
found: Hash256,
},
BlobVersionHashMismatch,
/// The number of commitments in blob transactions in the payload does not match the number
/// of commitments in the block.