mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(tree): overlapping parent block hashes (#7669)
This commit is contained in:
@ -266,7 +266,9 @@ fn block3(
|
||||
.clone()
|
||||
.map(|slot| (U256::from(slot), (U256::ZERO, U256::from(slot)))),
|
||||
),
|
||||
);
|
||||
)
|
||||
.revert_account_info(number, address, Some(None))
|
||||
.revert_storage(number, address, Vec::new());
|
||||
}
|
||||
let bundle = BundleStateWithReceipts::new(
|
||||
bundle_state_builder.build(),
|
||||
|
||||
Reference in New Issue
Block a user