Skip to content

Commit efecf7f

Browse files
committed
Fix fee_change_test
1 parent 8ac9d20 commit efecf7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests/fee_tests.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4240,8 +4240,8 @@ BOOST_AUTO_TEST_CASE( fee_change_test )
42404240
// The fee schedule is still all zero
42414241
check_zero_fees();
42424242

4243-
// Pass the BSIP-40 hardfork
4244-
generate_blocks( HARDFORK_BSIP_40_TIME );
4243+
// Proceed to a time in the far future
4244+
generate_blocks( fc::time_point_sec::maximum() - db.get_global_properties().maximum_proposal_lifetime - 86400 );
42454245
set_expiration( db, trx );
42464246

42474247
// The fee schedule is still all zero

0 commit comments

Comments
 (0)