aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdetrio <cdetrio@gmail.com>2017-08-06 05:49:03 +0800
committerUbuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal>2017-08-08 04:41:46 +0800
commit4a582cf596bd4d4374e24ef6a7dd352fcd40d87f (patch)
tree72ff8fd578f4041f22031169828d09231b1a24da
parentd0b88b939f0eceff79b82b53eda1920a8ca35531 (diff)
downloaddexon-tests-4a582cf596bd4d4374e24ef6a7dd352fcd40d87f.tar.gz
dexon-tests-4a582cf596bd4d4374e24ef6a7dd352fcd40d87f.tar.zst
dexon-tests-4a582cf596bd4d4374e24ef6a7dd352fcd40d87f.zip
replace Metropolis with Byzantium and Constantinople in state test schema
-rw-r--r--JSONSchema/schema.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/JSONSchema/schema.json b/JSONSchema/schema.json
index 5dee66084..ef08eef1b 100644
--- a/JSONSchema/schema.json
+++ b/JSONSchema/schema.json
@@ -295,7 +295,10 @@
"Homestead": {
"$ref": "#/definitions/TransactionResults"
},
- "Metropolis": {
+ "Byzantium": {
+ "$ref": "#/definitions/TransactionResults"
+ },
+ "Constantinople": {
"$ref": "#/definitions/TransactionResults"
}
},