operation_tests.cpp: set_expiration_time in transfer_core_asset test

This commit is contained in:
theoreticalbts 2015-07-15 16:43:39 -04:00
parent 8c91d17301
commit 8cc683374a

View file

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