diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-07-07 20:02:38 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-07-07 20:24:33 +0800 |
commit | d8e04c19b1b916e22952905bd9e2af4fef3aa710 (patch) | |
tree | 6fbcc6e7926266deffe7be6758f6d839bca4b839 /src/BlockchainTestsFiller/bcGasPricerTest | |
parent | c5f94b732fe14241efcb71253a5b514b3cf21baa (diff) | |
download | dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.gz dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.bz2 dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.lz dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.xz dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.zst dexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.zip |
Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231
Diffstat (limited to 'src/BlockchainTestsFiller/bcGasPricerTest')
-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" - } } } ], |