feat: make Block generic over transaction (#13388)

This commit is contained in:
Arsenii Kulikov
2024-12-13 22:08:10 +04:00
committed by GitHub
parent 233dc7d35b
commit 8e6ad7a7fe
3 changed files with 63 additions and 38 deletions

View File

@ -556,7 +556,7 @@ mod tests {
};
// Single withdrawal
let block = create_block_with_withdrawals(&[1]);
let block: SealedBlock = create_block_with_withdrawals(&[1]);
assert_eq!(validate_block_pre_execution(&block, &chain_spec), Ok(()));
// Multiple increasing withdrawals