vesting_balance_type correction
vesting_balance_type changed to normal
This commit is contained in:
parent
0be6f6fb21
commit
c25f0b88f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue