Skip to content

Commit

Permalink
GH-1251 Add comment that log statement used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jun 29, 2023
1 parent a8f20ce commit 7c43e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/wasm_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace eosio { namespace chain {
once_is_enough = true;
}
if(cd) {
if (!context.is_applying_block())
if (!context.is_applying_block()) // read_only_trx_test.py looks for this log statement
tlog("${a} speculatively executing ${h} with eos vm oc", ("a", context.get_receiver())("h", code_hash));
my->eosvmoc->exec->execute(*cd, my->eosvmoc->mem, context);
return;
Expand Down

0 comments on commit 7c43e00

Please sign in to comment.