We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line in the recent PR #1316 :
83c6bc0#diff-356214049d76dbbbdccc6357196ae5fb5f709f40a8a0b9da84a18d9559de6ad8R99
doesn't handle the case where the user does:
python sendpayment.py <options> wallet.jmdat "BIP21URI"
since there the length of args is 2 so, not 3+.
args
Discovered when trying to do a payjoin.
The text was updated successfully, but these errors were encountered:
It's my code, will look at it and fix.
Sorry, something went wrong.
cd61051
Successfully merging a pull request may close this issue.
This line in the recent PR #1316 :
83c6bc0#diff-356214049d76dbbbdccc6357196ae5fb5f709f40a8a0b9da84a18d9559de6ad8R99
doesn't handle the case where the user does:
since there the length of
args
is 2 so, not 3+.Discovered when trying to do a payjoin.
The text was updated successfully, but these errors were encountered: