Skip to content

Commit

Permalink
txscript: Remove excessive error check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Feb 9, 2015
1 parent abf1b23 commit 45dfa1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions txscript/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -1501,10 +1501,6 @@ func SignTxOutput(chainParams *chaincfg.Params, tx *wire.MsgTx, idx int,
// Merge scripts. with any previous data, if any.
mergedScript := mergeScripts(chainParams, tx, idx, pkScript, class,
addresses, nrequired, sigScript, previousScript)
if err != nil {
return nil, err
}

return mergedScript, nil
}

Expand Down

0 comments on commit 45dfa1a

Please sign in to comment.