Fix a test failure

This commit is contained in:
Vikram Rajkumar 2015-07-13 14:56:23 -04:00
parent cc300937c7
commit 34598df149

View file

@ -362,7 +362,7 @@ BOOST_AUTO_TEST_CASE( update_account )
const public_key_type key_id = nathan_new_key.get_public_key();
const auto& active_delegates = db.get_global_properties().active_delegates;
transfer(account_id_type()(db), nathan, asset(30000));
transfer(account_id_type()(db), nathan, asset(1000000000));
trx.operations.clear();
account_update_operation op;
@ -387,8 +387,6 @@ BOOST_AUTO_TEST_CASE( update_account )
BOOST_CHECK(nathan.owner.key_auths.at(delegate_pub_key) == 1);
BOOST_CHECK(nathan.options.votes.size() == 2);
transfer(account_id_type()(db), nathan, asset(3000000));
enable_fees();
{
account_upgrade_operation op;