mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-26 12:08:59 +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)
|
||||
|
||||
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