Skip to content

Commit

Permalink
Settings: Add more info to Set Bitcoin node
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Dec 31, 2021
1 parent ec87824 commit 35daec7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/windows/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 35daec7

Please sign in to comment.