aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-07-07 20:02:38 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-07-07 20:24:33 +0800
commitd8e04c19b1b916e22952905bd9e2af4fef3aa710 (patch)
tree6fbcc6e7926266deffe7be6758f6d839bca4b839 /src/BlockchainTestsFiller
parentc5f94b732fe14241efcb71253a5b514b3cf21baa (diff)
downloaddexon-tests-d8e04c19b1b916e22952905bd9e2af4fef3aa710.tar.gz
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')
-rw-r--r--src/BlockchainTestsFiller/bcGasPricerTest/RPC_API_TestFiller.json8
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"
- }
}
}
],