Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Qt: Add "Copy URI" to payment request context menu #8918
Conversation
fanquake
added
the
GUI
label
Oct 14, 2016
|
Concept ACK |
|
Concept ACK. |
|
I don't understand the question. "Copy URI" works today for all payment requests (address or BIP70) and is supported by pretty much every wallet. |
It always copies an URI right? If so, we should not make the message longer and more complex. |
Right. I was confused. Tested ACK 21f5a63 |
luke-jr commentedOct 13, 2016
Rationale: I find myself sometimes needing to get the address for a payment again, and doing so by double-clicking to open the request dialog to copy it. Putting it right there on the context menu seems reasonable. (I am adding Copy URI instead of Copy Address because in the future payment requests might not use addresses.)