Skip to content

Commit

Permalink
patch burn_tracker_increment
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 27, 2024
1 parent 2471ce9 commit e89dbb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ module ol_framework::test_burn {
assert!(cumu_burn == 0, 7357004);

// simulate epoch boundary burn
mock::mock_tx_fees_in_account(root, 60_000_000);
let all_fees = transaction_fee::test_root_withdraw_all(root);
burn::epoch_burn_fees(root, &mut all_fees);
coin::destroy_zero(all_fees); // destroy the hot potato
Expand Down

0 comments on commit e89dbb5

Please sign in to comment.