fix(tree): overlapping parent block hashes (#7669)

This commit is contained in:
Roman Krasiuk
2024-04-16 12:09:19 +02:00
committed by GitHub
parent 516e836875
commit 33b195af33
2 changed files with 94 additions and 5 deletions

View File

@ -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(),