Skip to content

Commit

Permalink
Fix fee_change_test
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jul 2, 2023
1 parent 8ac9d20 commit efecf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/fee_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4240,8 +4240,8 @@ BOOST_AUTO_TEST_CASE( fee_change_test )
// The fee schedule is still all zero
check_zero_fees();

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

// The fee schedule is still all zero
Expand Down

0 comments on commit efecf7f

Please sign in to comment.