Skip to content

Commit 9987697

Browse files
committed
remove EVM config option
option was removed from the Emulator/flow-go, EVM support is now always enabled
1 parent 0d4fdf6 commit 9987697

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ func startEmulator(createTestAccounts bool) (*server.EmulatorServer, error) {
9292
Host: "localhost",
9393
TransactionExpiry: flow.DefaultTransactionExpiry,
9494
TransactionMaxGasLimit: flow.DefaultMaxTransactionGasLimit,
95-
SetupEVMEnabled: true,
9695
SetupVMBridgeEnabled: true,
9796
})
9897

0 commit comments

Comments
 (0)