mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): weekly cargo update (#6386)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
committed by
GitHub
parent
10f4434373
commit
05c1d1d4a2
@ -625,10 +625,8 @@ mod tests {
|
||||
|
||||
for (test_addr, expected_root) in fixtures {
|
||||
let mut genesis_alloc = HashMap::new();
|
||||
genesis_alloc.insert(
|
||||
test_addr,
|
||||
GenesisAccount { nonce: None, balance: U256::MAX, code: None, storage: None },
|
||||
);
|
||||
genesis_alloc
|
||||
.insert(test_addr, GenesisAccount { balance: U256::MAX, ..Default::default() });
|
||||
let root = state_root_unhashed(genesis_alloc);
|
||||
|
||||
assert_eq!(root, expected_root);
|
||||
|
||||
Reference in New Issue
Block a user