Skip to content

Commit

Permalink
GH-1152 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 12, 2025
1 parent 3ca3e97 commit 07a2e4f
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 is only updated in init()
// bill_to_accounts should only be updated in init(), not updated during transaction execution
validate_ram_usage.clear();
}

Expand Down

0 comments on commit 07a2e4f

Please sign in to comment.