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

Payment requests disappearing #1641

Closed
chill117 opened this issue Jan 22, 2016 · 3 comments
Closed

Payment requests disappearing #1641

chill117 opened this issue Jan 22, 2016 · 3 comments

Comments

@chill117
Copy link

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 use getrequest to check on the previously generated payment requests, to see if payment has been received yet. The request appears to be created after using addrequest, but at some point the request disappears from my electrum wallet.

A few more details:

  • Electrum version 2.5.4
  • OS is Ubuntu 14.04
  • Using a wallet restored from a master public key
  • I started seeing this issue after the wallet had 4+ received transactions
  • The wallet has about 30+ payment requests.
@ecdsa
Copy link
Member

ecdsa commented Jan 23, 2016

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.
please try with it.

@ecdsa
Copy link
Member

ecdsa commented Jan 23, 2016

note: the help page has also been updated for 2.6
http://docs.electrum.org/en/latest/merchant.html

@chill117
Copy link
Author

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.

@ecdsa ecdsa closed this as completed Jan 25, 2016
Toporin pushed a commit to Toporin/electrum-satochip that referenced this issue Feb 16, 2021
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.
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

No branches or pull requests

2 participants