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.
This commit is contained in:
+5
-3
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user