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

Feature: Copy current receive address from Wallet List screen #257

Open
joshpainter opened this issue Jan 12, 2025 · 2 comments
Open

Feature: Copy current receive address from Wallet List screen #257

joshpainter opened this issue Jan 12, 2025 · 2 comments
Labels
enhancement New feature or request ui Display issue

Comments

@joshpainter
Copy link

On the Wallets screen (after clicking Logout), it would be nice to be able to copy the current receive address from any of the wallets right on this screen. This would allow sending txns between wallets quickly because currently you need to click into the wallet to get the current receive address.

Another more advanced possibility would be to add an "address book" like the reference wallet which shows the receive addresses of your other wallets.

@Rigidity Rigidity added enhancement New feature or request ui Display issue labels Jan 12, 2025
@dkackman
Copy link
Contributor

easy enough to add the ui, but the current code requires the wallet to be logged in to get the latest receive address; which makes sense. @Rigidity is the latest receive address stored in the db?

@Rigidity
Copy link
Collaborator

easy enough to add the ui, but the current code requires the wallet to be logged in to get the latest receive address; which makes sense. @Rigidity is the latest receive address stored in the db?

It's a query or two from the database to get it, but every key has its own database that can't currently be accessed unless logged in like you mentioned. There's no "global database" or storage of the address externally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Display issue
Projects
Status: No status
Development

No branches or pull requests

3 participants