mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore(trie): reveal witness by ref (#13751)
This commit is contained in:
@ -285,7 +285,7 @@ impl<F: BlindedProviderFactory> SparseStateTrie<F> {
|
||||
pub fn reveal_witness(
|
||||
&mut self,
|
||||
state_root: B256,
|
||||
witness: B256HashMap<Bytes>,
|
||||
witness: &B256HashMap<Bytes>,
|
||||
) -> SparseStateTrieResult<()> {
|
||||
// Create a `(hash, path, maybe_account)` queue for traversing witness trie nodes
|
||||
// starting from the root node.
|
||||
|
||||
Reference in New Issue
Block a user