change to CoreDbKvtRef

This commit is contained in:
advaita-saha 2024-05-05 14:01:28 +05:30
parent dbde8b24cf
commit 177cd7342a
No known key found for this signature in database
GPG Key ID: 33CFA1C66B77807C
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ type
ChunkedCode* = seq[byte]
VerkleTrieRef* = ref object
root: BranchesNode
db: CoreDxKvtRef
db: CoreDbKvtRef
# persistcheck: <some-flag>
const