change to CoreDbKvtRef
This commit is contained in:
parent
dbde8b24cf
commit
177cd7342a
|
@ -26,7 +26,7 @@ type
|
|||
ChunkedCode* = seq[byte]
|
||||
VerkleTrieRef* = ref object
|
||||
root: BranchesNode
|
||||
db: CoreDxKvtRef
|
||||
db: CoreDbKvtRef
|
||||
# persistcheck: <some-flag>
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue