diff options
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r-- | src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json b/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json index 3eb9122e9..b34b072b8 100644 --- a/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json +++ b/src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json @@ -19,17 +19,11 @@ }, "expect" : [ { - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Metropolis"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "balance" : "320" } - }, - "network" : ["Metropolis"], - "result" : { - "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - "balance" : "310" - } } } ], |