mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-05 00:36:45 +00:00
Merge branch 'missingmethod'
This commit is contained in:
commit
404a75cbe7
@ -63,3 +63,7 @@ method persistBlocks*(c: Chain, headers: openarray[BlockHeader], bodies: openarr
|
|||||||
c.db.persistReceipts(vmState.receipts)
|
c.db.persistReceipts(vmState.receipts)
|
||||||
|
|
||||||
transaction.commit()
|
transaction.commit()
|
||||||
|
|
||||||
|
method getTrieDB*(c: Chain): TrieDatabaseRef {.gcsafe.} =
|
||||||
|
c.db.db
|
||||||
|
|
||||||
|
2
vendor/nim-eth
vendored
2
vendor/nim-eth
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 4ac88127071b0af60c1204d7163b985d4dfe246e
|
Subproject commit 1481c824fac903794f4189daabd6c2af217a781b
|
Loading…
x
Reference in New Issue
Block a user