Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script verification errors to signrawtransaction result. #267

Merged
merged 1 commit into from
May 8, 2015
Merged

Add script verification errors to signrawtransaction result. #267

merged 1 commit into from
May 8, 2015

Conversation

dajohi
Copy link
Member

@dajohi dajohi commented May 7, 2015

This mimics Bitcoin Core commit 8ac2a4e1788426329b842eea7121b8eac7875c76

Vout: txIn.PreviousOutPoint.Index,
ScriptSig: hex.EncodeToString(txIn.SignatureScript),
Sequence: txIn.Sequence,
Error: fmt.Sprintf("%v", tmpErr),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use fmt:

Error: tmpErr.Error(),

This mimics Bitcoin Core commit 8ac2a4e1788426329b842eea7121b8eac7875c76
@jrick
Copy link
Member

jrick commented May 8, 2015

ok

@conformal-deploy conformal-deploy merged commit 9d7fb99 into btcsuite:master May 8, 2015
@dajohi dajohi deleted the signrawtransaction branch February 28, 2019 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants