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

mempool: Correct cmd field for rejected txns. #437

Merged
merged 1 commit into from
May 26, 2015

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented May 24, 2015

This pull request corrects an issue where the reject message sent in response to rejected transactions had the Cmd field set to "block" instead of "tx".

Fixes #436.

This commit corrects an issue where the reject message sent in response
to rejected transactions had the Cmd field set to "block" instead of
"tx".

Fixes btcsuite#436.
@conformal-deploy conformal-deploy merged commit 9350b93 into btcsuite:master May 26, 2015
@davecgh davecgh deleted the correct_tx_reject_cmd branch May 26, 2015 19:10
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.

mempool: Rejected transactions send incorrect subcommand.
2 participants