mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
Adjust trie creation to properly init transactional tries
This commit is contained in:
parent
d71ce6fb24
commit
760e4f9685
@ -40,7 +40,7 @@ proc testFixture(fixtures: JsonNode, testStatusIMPL: var TestStatus) =
|
||||
)
|
||||
|
||||
var memDb = newMemDB()
|
||||
var vmState = newBaseVMState(header, newBaseChainDB(trieDB memDb))
|
||||
var vmState = newBaseVMState(header, newBaseChainDB(newMemoryDB()))
|
||||
let fexec = fixture["exec"]
|
||||
var code: seq[byte]
|
||||
vmState.mutateStateDB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user