mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-12 02:08:34 +01:00
multi: fix typos
This commit is contained in:
parent
019988b696
commit
433781aaff
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue