Navigation Menu

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

bugfix HwiClient.SendCommandAsync() recursive call #4520

Merged
merged 1 commit into from Oct 12, 2020
Merged

bugfix HwiClient.SendCommandAsync() recursive call #4520

merged 1 commit into from Oct 12, 2020

Conversation

bitcoin-eagle
Copy link
Collaborator

@bitcoin-eagle bitcoin-eagle commented Oct 9, 2020

commandArguments from argument should be just passed through to recursive call but instead local variable arguments has been mistakenly used (it already included options and command)

(cherry picked from commit 5aae4e5)

Copy link
Contributor

@nopara73 nopara73 left a comment

Choose a reason for hiding this comment

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

utACK, it makes sense. Didn't test.

@molnard
Copy link
Collaborator

molnard commented Oct 12, 2020

Welcome and thank you for your contribution! 🚀

I tested this but I could not get the execution to this catch clause. Probably it was fixed in HWI I am not sure. Anyway, the fix you made is good.

@molnard molnard merged commit 28038dc into zkSNACKs:master Oct 12, 2020
@bitcoin-eagle bitcoin-eagle deleted the bugfix_hwi_client branch October 13, 2020 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants