From 99e0654cced39e485195fb46588efda68e7ca595 Mon Sep 17 00:00:00 2001 From: winsvega Date: Thu, 9 Apr 2015 21:30:00 +0300 Subject: [PATCH] AllFieldsHex: State Tests --- test/TestHelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TestHelper.cpp b/test/TestHelper.cpp index c02e8b280..2c7f9a48e 100644 --- a/test/TestHelper.cpp +++ b/test/TestHelper.cpp @@ -102,6 +102,7 @@ struct ValueTooLarge: virtual Exception {}; struct MissingFields : virtual Exception {}; bigint const c_max256plus1 = bigint(1) << 256; + ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): m_statePre(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())), m_statePost(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())),