mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(trie): extract StorageProof (#11269)
This commit is contained in:
@ -78,7 +78,6 @@ impl<'a, TX: DbTx> DatabaseProof<'a, TX>
|
||||
&state_sorted,
|
||||
))
|
||||
.with_prefix_sets_mut(input.prefix_sets)
|
||||
.with_targets(targets)
|
||||
.multiproof()
|
||||
.multiproof(targets)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user