From d8e04c19b1b916e22952905bd9e2af4fef3aa710 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 7 Jul 2017 14:02:38 +0200 Subject: Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231 --- src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/BlockchainTestsFiller') 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" - } } } ], -- cgit