aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-07-10 17:18:11 +0800
committerGitHub <noreply@github.com>2017-07-10 17:18:11 +0800
commit808f1684e3e8d6c84b4535fd51ca1aacfa5659e3 (patch)
tree5bb5f4ae7d261760295898933cd8c4c7ed8ead1d /src
parent726bad74c06ab1d5510a1e20cde6849d6aef2e00 (diff)
parentd8e04c19b1b916e22952905bd9e2af4fef3aa710 (diff)
downloaddexon-tests-808f1684e3e8d6c84b4535fd51ca1aacfa5659e3.tar.gz
dexon-tests-808f1684e3e8d6c84b4535fd51ca1aacfa5659e3.tar.zst
dexon-tests-808f1684e3e8d6c84b4535fd51ca1aacfa5659e3.zip
Merge pull request #218 from ethereum/revert-address-calculation
[WIP] Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231
Diffstat (limited to 'src')
-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"
- }
}
}
],