From 4a582cf596bd4d4374e24ef6a7dd352fcd40d87f Mon Sep 17 00:00:00 2001 From: cdetrio Date: Sat, 5 Aug 2017 17:49:03 -0400 Subject: replace Metropolis with Byzantium and Constantinople in state test schema --- JSONSchema/schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'JSONSchema/schema.json') 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" } }, -- cgit v1.2.3