mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 01:03:08 +00:00
Fixed failing test
This commit is contained in:
parent
10e6c76842
commit
49979df919
@ -43,8 +43,8 @@ pub(crate) fn all_mpt_prover_inputs(trie_inputs: &TrieInputs) -> Vec<U256> {
|
||||
let storage_tries_by_state_key = trie_inputs
|
||||
.storage_tries
|
||||
.iter()
|
||||
.map(|(address, storage_trie)| {
|
||||
let key = Nibbles::from_bytes_be(keccak(address).as_bytes()).unwrap();
|
||||
.map(|(hashed_address, storage_trie)| {
|
||||
let key = Nibbles::from_bytes_be(hashed_address.as_bytes()).unwrap();
|
||||
(key, storage_trie)
|
||||
})
|
||||
.collect();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user