From e9427724322c71e89a259d8a2e7666b230bd13f8 Mon Sep 17 00:00:00 2001 From: Adrian Sutton Date: Tue, 13 Nov 2018 12:04:04 +1000 Subject: [PATCH] Enable constantinople in --dev-mode (#256) --- config/src/main/resources/dev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/src/main/resources/dev.json b/config/src/main/resources/dev.json index 16a36d7fcc..0239cff435 100644 --- a/config/src/main/resources/dev.json +++ b/config/src/main/resources/dev.json @@ -7,6 +7,7 @@ "eip155Block": 0, "eip158Block": 0, "byzantiumBlock": 0, + "constantinopleBlock": 0, "ethash": { } },