From 339ad6dae77e7c2b2da4841b8a5053f74fa5351c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 17:10:02 +0000 Subject: [PATCH] feat: clarify privacy guidance on onchain wallet popup Replace the vague "private channels" wording with concrete advice: fund and drain via non-private accounts (e.g. exchanges), never mix with cold wallets, and treat the balance as funds anyone with the nsec can spend. --- .../amethyst/ui/screen/loggedIn/wallet/OnchainSection.kt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/OnchainSection.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/OnchainSection.kt index 5d5a63e6ea..81c9c6c675 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/OnchainSection.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/OnchainSection.kt @@ -242,9 +242,11 @@ private fun PublicChip() { "Your Taproot address is derived from your Nostr public key, " + "so anyone who knows your npub can see this wallet's balance " + "and transaction history on the blockchain.\n\n" + - "To preserve your privacy, use private channels — not Nostr " + - "events — when funding or draining this wallet, and avoid " + - "linking deposits or withdrawals to identifiable activity.", + "To preserve your privacy, fund and drain this wallet from " + + "and to non-private accounts, like exchanges. Never mix " + + "these funds with your cold wallets, and treat them as " + + "money you can lose, since anyone in control of your nsec " + + "can spend it.", ) }, confirmButton = {