Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 20, 2024
1 parent e241ee8 commit 55141c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ std::pair<size_t, size_t> CScript::DatacarrierBytes() const
}
// LogPrintf("LJR opcode=%s PD4=%s data_began=%p opcode_it=%p it=%p last_opcode=%s counted=%s\n", opcode, OP_PUSHDATA4, data_began.ptr, opcode_it.ptr, it.ptr, last_opcode, counted);
}
LogPrintf("LJR opcode=%s PD4=%s data_began=%p opcode_it=%p it=X last_opcode=%s counted=%s\n", opcode, OP_PUSHDATA4, data_began.ptr, opcode_it.ptr, last_opcode, counted);
// LogPrintf("LJR opcode=%s PD4=%s data_began=%p opcode_it=%p it=X last_opcode=%s counted=%s\n", opcode, OP_PUSHDATA4, data_began.ptr, opcode_it.ptr, last_opcode, counted);
return {0, counted};
}

Expand Down

0 comments on commit 55141c9

Please sign in to comment.