feat(trie): extract StorageProof (#11269)

This commit is contained in:
Roman Krasiuk
2024-09-27 17:57:24 +02:00
committed by GitHub
parent dbd9a2bb35
commit 8dfab3354b
3 changed files with 96 additions and 51 deletions

View File

@ -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)
}
}