From c0272c6f94aefd74c0695e69b98010061bca8bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 13 Mar 2019 21:41:52 +0100 Subject: [PATCH] AbstractChainDB.getStateDb() renamed to getTrieDB() --- nimbus/p2p/chain.nim | 2 +- vendor/nim-eth | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nimbus/p2p/chain.nim b/nimbus/p2p/chain.nim index 600a76993..3088ee798 100644 --- a/nimbus/p2p/chain.nim +++ b/nimbus/p2p/chain.nim @@ -64,6 +64,6 @@ method persistBlocks*(c: Chain, headers: openarray[BlockHeader], bodies: openarr transaction.commit() -method getStateDb*(c: Chain): TrieDatabaseRef {.gcsafe.} = +method getTrieDB*(c: Chain): TrieDatabaseRef {.gcsafe.} = c.db.db diff --git a/vendor/nim-eth b/vendor/nim-eth index 3efec171a..1481c824f 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 3efec171a68f0b85858afe7db83d1f6339a1bcbf +Subproject commit 1481c824fac903794f4189daabd6c2af217a781b