Skip to content

Commit

Permalink
GH-1152 bill_to_accounts is only modified during init(), do not reset…
Browse files Browse the repository at this point in the history
… it in reset()
  • Loading branch information
heifner committed Feb 11, 2025
1 parent 828c9b9 commit 3ca3e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/transaction_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace eosio::chain {

auto sw = executed_action_receipts.store_which();
executed_action_receipts = action_digests_t{sw};
bill_to_accounts.clear();
// bill_to_accounts is only updated in init()
validate_ram_usage.clear();
}

Expand Down

0 comments on commit 3ca3e97

Please sign in to comment.