vesting_balance_type correction

vesting_balance_type changed to normal
This commit is contained in:
Bobinson Bobby 2019-09-26 03:27:57 +05:30
parent 0be6f6fb21
commit c25f0b88f0

View file

@ -1651,7 +1651,7 @@ BOOST_AUTO_TEST_CASE( vesting_balance_withdraw_test )
create_op.owner = owner;
create_op.amount = amount;
create_op.policy = cdd_vesting_policy_initializer(vesting_seconds);
create_op.balance_type = vesting_balance_type::unspecified;
create_op.balance_type = vesting_balance_type::normal;
tx.operations.push_back( create_op );
set_expiration( db, tx );