Skip to content

Commit

Permalink
Merge pull request #2760 from bitshares/fix-fee-change-test
Browse files Browse the repository at this point in the history
Fix fee_change_test
  • Loading branch information
abitmore committed Jul 2, 2023
2 parents 7b956a0 + 34134ab commit 035008b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tests/fee_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4240,8 +4240,9 @@ 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() - 86400
- db.get_global_properties().parameters.maximum_proposal_lifetime );
set_expiration( db, trx );

// The fee schedule is still all zero
Expand Down

0 comments on commit 035008b

Please sign in to comment.