-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Payment requests disappearing #1641
Comments
I think I had it too; it was caused by a race condition between the daemon and the command being executed. it has been fixed in 2.6 (git head, unreleased), with the new daemon. |
note: the help page has also been updated for 2.6 |
Thank you for the response. I switched to the latest code (master branch), and it appears that things are working smoother. I will let you know if I run into the problem again. |
All menu items should be Title Caps as is the universal UI convention. Thanks to @zander for pointing this out. This follows-up the last commit from PR spesmilo#1641, to enforce all menu items being title caps.
I am experiencing the same issue that this person from bitcointalk.org is having.
I am using the
addrequest
command to generate payment requests in an electrum wallet, as part of an e-commerce website integration. I usegetrequest
to check on the previously generated payment requests, to see if payment has been received yet. The request appears to be created after usingaddrequest
, but at some point the request disappears from my electrum wallet.A few more details:
The text was updated successfully, but these errors were encountered: