Skip to content

Commit

Permalink
GH-1145 Call stop on timer so timer is stopped() before start() as ex…
Browse files Browse the repository at this point in the history
…pected.
  • Loading branch information
heifner committed Feb 6, 2025
1 parent 2329719 commit 46660b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/transaction_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ namespace eosio::chain {
undo();
*trace = transaction_trace{}; // reset trace
initialize();
transaction_timer.stop();
resume_billing_timer(start);

auto sw = executed_action_receipts.store_which();
Expand Down

0 comments on commit 46660b3

Please sign in to comment.