QR code and Verify Message buttons on File->Receive Addresses menu #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/Auroracoin#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
QR code and Verify Message buttons on File->Receive Addresses menu do not WAI. QR code button should return the popup page that is displayed when you double-click on a receive address in the receive tab. Verify Message button can be removed, as the File->Verify Message menu option can be used instead.
May or may not be an issue at this time depending on the Qt5 update to the wallet. Will discuss further with the team to find out if it should be addressed now or just roll it into the next update.
This goes in the next version. I'll have a look into it.
Ok, so... when I copied over the interface from the old wallet, these buttons copied over, but their underlying workings are non-existent in the DGB code base. The QR-code should work from the payment requests of the "receive" screen. I'm not sure if anyone uses the message verification feature, or that we should keep that feature, as it is more of an "advanced" feature (which has more to do with cryptography then sending payments).
So, 2 options:
I say ditch the buttons. That or at least redirect the QR link to the the qt qr window from the payment request screen.
Fixed in commit
f1be536. Closing