From 02c0026ac555baf8ac7e176c1e2e78a8c7ebfdfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= <hampus.sjoberg@protonmail.com>
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",