From b65e9422ed4b9938e7400867b48b54f938ac677e Mon Sep 17 00:00:00 2001 From: Andrei Maiboroda Date: Wed, 4 Oct 2017 12:10:31 +0200 Subject: Remove deprecated parameter from RPCtests genesis --- RPCTests/scripts/genesis.json | 1 - 1 file changed, 1 deletion(-) (limited to 'RPCTests/scripts') diff --git a/RPCTests/scripts/genesis.json b/RPCTests/scripts/genesis.json index e4545e6d2..aced93dab 100644 --- a/RPCTests/scripts/genesis.json +++ b/RPCTests/scripts/genesis.json @@ -2,7 +2,6 @@ "sealEngine": "NoProof", "params": { "accountStartNonce": "0x00", - "frontierCompatibilityModeLimit": "0xffffffff", "maximumExtraDataSize": "0x0400", "tieBreakingGas": false, "minGasLimit": "125000", -- cgit