CoreDb+Aristo: Fix missing reference (#2079)
This commit is contained in:
parent
bfa756c36b
commit
1da58e8244
|
@ -202,7 +202,10 @@ proc mptMethods(cMpt: AristoCoreDxMptRef): CoreDbMptFns =
|
|||
stoRoot: cMpt.root,
|
||||
stoAddr: cMpt.address)
|
||||
else:
|
||||
AristoCoreDbTrie(kind: CoreDbSubTrie(cMpt.root))
|
||||
AristoCoreDbTrie(
|
||||
base: cMpt.base,
|
||||
kind: CoreDbSubTrie(cMpt.root))
|
||||
|
||||
cMpt.base.parent.bless trie
|
||||
|
||||
proc mptPersistent(
|
||||
|
|
Loading…
Reference in New Issue