mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
This commit is contained in:
@ -70,7 +70,8 @@ async fn test_get_body() {
|
||||
|
||||
let blocks = res.unwrap().1;
|
||||
assert_eq!(blocks.len(), 1);
|
||||
let expected = BlockBody { transactions: block.body, ommers: block.ommers };
|
||||
let expected =
|
||||
BlockBody { transactions: block.body, ommers: block.ommers, withdrawals: None };
|
||||
assert_eq!(blocks[0], expected);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user