Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushj05 committed Apr 30, 2024
1 parent 1a6b666 commit a2be3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ bool verify_sig (string pubKey, std::string signature) {
return false;
}

// Execute the operation in the script
bool exec_op (string op, stack<string> &stk, Json::Value &txn, int &bytes_to_push) {
if (op == "OP_0") {
stk.push("0");
Expand Down

0 comments on commit a2be3fd

Please sign in to comment.