Test Helper

style changes
This commit is contained in:
winsvega 2015-02-26 19:02:56 +03:00
parent 5d881b555d
commit 567c4cd942

View File

@ -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);