Skip to content

Commit

Permalink
multi: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
threewebcode authored Oct 8, 2024
1 parent 019988b commit 433781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txscript/opcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@ func opcodeCheckSig(op *opcode, data []byte, vm *Engine) error {
return err
}

// The signature actually needs needs to be longer than this, but at
// The signature actually needs to be longer than this, but at
// least 1 byte is needed for the hash type below. The full length is
// checked depending on the script flags and upon parsing the signature.
//
Expand Down

0 comments on commit 433781a

Please sign in to comment.