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

Qt: No amount entered isn't handled in "Receive Payjoin" dialog #1666

Open
kristapsk opened this issue Feb 14, 2024 · 0 comments
Open

Qt: No amount entered isn't handled in "Receive Payjoin" dialog #1666

kristapsk opened this issue Feb 14, 2024 · 0 comments

Comments

@kristapsk
Copy link
Member

Will end up with exception message in console and forever "waiting" state in UI.

Traceback (most recent call last):
  File "/home/user/joinmarket-clientserver/scripts/qtsupport.py", line 1051, in start_generate
    if not self.action_fn():
  File "/home/user/joinmarket-clientserver/./scripts/joinmarket-qt.py", line 1755, in startReceiver
    amount = btc.amount_to_sat(
  File "/home/user/joinmarket-clientserver/src/jmbitcoin/amount.py", line 27, in amount_to_sat
    raise ValueError("Invalid BTC amount string " + amount_str)
ValueError: Invalid BTC amount string 

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant