Skip to content

Commit 493da55

Browse files
author
Łukasz Gąsior
committed
Fix ets
1 parent e8d2fb7 commit 493da55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ets/scala/io/iohk/ethereum/ets/blockchain/ScenarioSetup.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class ScenarioSetup(_vm: VMImpl, scenario: BlockchainScenario) {
4646

4747
val consensus: TestConsensus = ScenarioSetup.loadEthashConsensus(_vm, blockchain, blockchainConfig)
4848

49-
val emptyWorld = blockchain.getWorldStateProxy(-1, UInt256.Zero, None)
49+
val emptyWorld = blockchain.getWorldStateProxy(-1, UInt256.Zero, None, false, true)
5050

5151
val ledger = new LedgerImpl(blockchain, new BlockQueue(blockchain, 10, 10), blockchainConfig, consensus)
5252

0 commit comments

Comments
 (0)