mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test Helper
style changes
This commit is contained in:
parent
5d881b555d
commit
567c4cd942
@ -140,9 +140,9 @@ void ImportTest::importState(json_spirit::mObject& _o, State& _state)
|
||||
|
||||
void ImportTest::importTransaction(json_spirit::mObject& _o)
|
||||
{
|
||||
if (_o.count("secretKey")> 0)
|
||||
if (_o.count("secretKey") > 0)
|
||||
{
|
||||
BOOST_REQUIRE(_o.count("nonce")> 0);
|
||||
BOOST_REQUIRE(_o.count("nonce") > 0);
|
||||
BOOST_REQUIRE(_o.count("gasPrice") > 0);
|
||||
BOOST_REQUIRE(_o.count("gasLimit") > 0);
|
||||
BOOST_REQUIRE(_o.count("to") > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user