Skip to content

Commit

Permalink
Merge pull request #1160 from AntelopeIO/GH-1152-hash-mismatch-1.1
Browse files Browse the repository at this point in the history
[1.1.0] Fix account billing on eos-vm-oc interrupt
  • Loading branch information
heifner authored Feb 12, 2025
2 parents 828c9b9 + 07a2e4f commit 3fe4125
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 3fe4125

Please sign in to comment.