You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
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.
The text was updated successfully, but these errors were encountered: