Closed clabby closed 2 months ago
Inserts the empty MPT root hash in store_trie_nodes if the nodes array passed is empty. The HashBuilder will not push the preimage of the empty root hash to the ProofRetainer if the nodes arr is empty.
store_trie_nodes
nodes
HashBuilder
ProofRetainer
fixes #399
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @clabby and the rest of your teammates on Graphite
Overview
Inserts the empty MPT root hash in
store_trie_nodes
if thenodes
array passed is empty. TheHashBuilder
will not push the preimage of the empty root hash to theProofRetainer
if thenodes
arr is empty.fixes #399