Fix comment typo.
This commit is contained in:
parent
2005fae908
commit
e2f14e2cfa
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ type ScriptInfo struct {
|
|||
|
||||
// CalcScriptInfo returns a structure providing data about the scriptpair that
|
||||
// are provided as arguments. It will error if the pair is in someway invalid
|
||||
// such taht they can not be analysed, i.e. if they do not parse or the
|
||||
// such that they can not be analysed, i.e. if they do not parse or the
|
||||
// pkScript is not a push-only script
|
||||
func CalcScriptInfo(sigscript, pkscript []byte, bip16 bool) (*ScriptInfo, error) {
|
||||
si := new(ScriptInfo)
|
||||
|
|
Loading…
Reference in a new issue