From e89dbb5bf5362c45f384b1edbf64454c68408971 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:56:38 -0400 Subject: [PATCH] patch burn_tracker_increment --- .../libra-framework/sources/ol_sources/tests/burn.test.move | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/libra-framework/sources/ol_sources/tests/burn.test.move b/framework/libra-framework/sources/ol_sources/tests/burn.test.move index e79ff2f15..583aaf623 100644 --- a/framework/libra-framework/sources/ol_sources/tests/burn.test.move +++ b/framework/libra-framework/sources/ol_sources/tests/burn.test.move @@ -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