add missing Chain.getStateDB() method
that's actually called from getStorageNode()
This commit is contained in:
parent
75909da652
commit
0c2d7638eb
|
@ -63,3 +63,7 @@ method persistBlocks*(c: Chain, headers: openarray[BlockHeader], bodies: openarr
|
|||
c.db.persistReceipts(vmState.receipts)
|
||||
|
||||
transaction.commit()
|
||||
|
||||
method getStateDb*(c: Chain): TrieDatabaseRef {.gcsafe.} =
|
||||
c.db.db
|
||||
|
||||
|
|
Loading…
Reference in New Issue