Skip to content

Commit

Permalink
Merge remote-tracking branch 'spring/release/1.1' into GH-1152-hash-m…
Browse files Browse the repository at this point in the history
…ismatch-main
  • Loading branch information
heifner committed Feb 12, 2025
2 parents 5e24069 + 3fe4125 commit f3d72bc
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 should only be updated in init(), not updated during transaction execution
validate_ram_usage.clear();
}

Expand Down

0 comments on commit f3d72bc

Please sign in to comment.