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,
|
stoRoot: cMpt.root,
|
||||||
stoAddr: cMpt.address)
|
stoAddr: cMpt.address)
|
||||||
else:
|
else:
|
||||||
AristoCoreDbTrie(kind: CoreDbSubTrie(cMpt.root))
|
AristoCoreDbTrie(
|
||||||
|
base: cMpt.base,
|
||||||
|
kind: CoreDbSubTrie(cMpt.root))
|
||||||
|
|
||||||
cMpt.base.parent.bless trie
|
cMpt.base.parent.bless trie
|
||||||
|
|
||||||
proc mptPersistent(
|
proc mptPersistent(
|
||||||
|
|
Loading…
Reference in New Issue