operation_tests.cpp: set_expiration_time in transfer_core_asset test
This commit is contained in:
parent
8c91d17301
commit
8cc683374a
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ BOOST_AUTO_TEST_CASE( transfer_core_asset )
|
|||
for( auto& op : trx.operations ) db.current_fee_schedule().set_fee(op);
|
||||
|
||||
fee = trx.operations.front().get<transfer_operation>().fee;
|
||||
trx.set_expiration( db.head_block_time() + fc::minutes(5) );
|
||||
trx.validate();
|
||||
PUSH_TX( db, trx, ~0 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue