From 51ec3e4a63f3be9b6528869e24d554864fc5986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Thu, 30 Dec 2021 00:15:22 +0100 Subject: [PATCH] Settings: Add more info to Set Bitcoin node --- src/windows/Settings/Settings.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/windows/Settings/Settings.tsx b/src/windows/Settings/Settings.tsx index 074e710d7..c9f034a5f 100644 --- a/src/windows/Settings/Settings.tsx +++ b/src/windows/Settings/Settings.tsx @@ -555,7 +555,10 @@ When you're done, you can copy the address code and/or open the link using Blixt const onSetBitcoinNodePress = async () => { Alert.prompt( "Set Node", - "", + "Set a BIP157 compact filter serving Bitcoin node to establish a connection to.\n\n" + + "Leave blank to let Blixt Wallet search on the Bitcoin network for a valid node.\n\n" + + "To reset to the default node, long-press on the setting.\n\n" + + "Note: Blixt Wallet does not support Tor onion v3 yet.", [{ text: "Cancel", style: "cancel",