Browse Source

AllFieldsHex: State Tests

cl-refactor
winsvega 10 years ago
parent
commit
99e0654cce
  1. 1
      test/TestHelper.cpp

1
test/TestHelper.cpp

@ -102,6 +102,7 @@ struct ValueTooLarge: virtual Exception {};
struct MissingFields : virtual Exception {}; struct MissingFields : virtual Exception {};
bigint const c_max256plus1 = bigint(1) << 256; bigint const c_max256plus1 = bigint(1) << 256;
ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller): ImportTest::ImportTest(json_spirit::mObject& _o, bool isFiller):
m_statePre(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())), 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())), m_statePost(OverlayDB(), eth::BaseState::Empty, Address(_o["env"].get_obj()["currentCoinbase"].get_str())),

Loading…
Cancel
Save