mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Transaction Tests
missing TestHelper.h file
This commit is contained in:
parent
d311a82444
commit
b5693332fb
@ -52,7 +52,7 @@ public:
|
||||
void importEnv(json_spirit::mObject& _o);
|
||||
void importState(json_spirit::mObject& _o, eth::State& _state);
|
||||
void importTransaction(json_spirit::mObject& _o);
|
||||
void exportTest(bytes _output, eth::State& _statePost);
|
||||
void exportTest(bytes const& _output, eth::State const& _statePost);
|
||||
|
||||
eth::State m_statePre;
|
||||
eth::State m_statePost;
|
||||
|
Loading…
Reference in New Issue
Block a user