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

fix: add forgotten check for coinbase input #3

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

0xB10C
Copy link
Owner

@0xB10C 0xB10C commented Dec 11, 2019

This adds a isCoinbase() check to the input.GetType() function.
Coinbases previously had been typed as either UNKNOWN or in some
cases even as P2SH. This was a bug.

This adds a isCoinbase() check to the input.GetType() function.
Coinbases previously had been typed as either UNKNOWN or in some
cases even as P2SH. This was a bug.
@0xB10C 0xB10C added the bug Something isn't working label Dec 11, 2019
@0xB10C 0xB10C self-assigned this Dec 11, 2019
@0xB10C 0xB10C merged commit e8334fe into master Dec 11, 2019
@0xB10C 0xB10C deleted the 2019-12-fix-coinbase-input-wrong-type branch December 11, 2019 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant