multi: fix typos

This commit is contained in:
Afanti 2024-10-08 20:47:41 +08:00 committed by GitHub
parent 019988b696
commit 433781aaff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
//