Fix comment typo.

This commit is contained in:
Dave Collins 2014-01-06 12:14:43 -06:00
parent 2005fae908
commit e2f14e2cfa

View file

@ -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)