mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: make Block generic over transaction (#13388)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user