summaryrefslogtreecommitdiffstatshomepage
path: root/sentrum.sample.toml
diff options
context:
space:
mode:
authorLibravatar Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com>2024-04-22 11:43:26 -0400
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-22 18:31:39 +0000
commit3c494018142b5a1c236681eb9a2abc9010ea1014 (patch)
tree166bc90d12616dbef9cc988c5b99d5edb29332c3 /sentrum.sample.toml
parentfc766ec8cbbb4e941f0dd31cc54b47534fd87e51 (diff)
downloadsentrum-3c494018142b5a1c236681eb9a2abc9010ea1014.tar.gz
sentrum-3c494018142b5a1c236681eb9a2abc9010ea1014.tar.bz2
sentrum-3c494018142b5a1c236681eb9a2abc9010ea1014.zip
Fix socks5 example
Diffstat (limited to 'sentrum.sample.toml')
-rw-r--r--sentrum.sample.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sentrum.sample.toml b/sentrum.sample.toml
index 63f4f17..75d0020 100644
--- a/sentrum.sample.toml
+++ b/sentrum.sample.toml
@@ -41,6 +41,6 @@ url = "ssl://fulcrum.sethforprivacy.com:50002"
# blockchain network ("bitcoin", "testnet", "signet", "regtest")
network = "bitcoin"
# Optional socks5 proxy (defaults to None)
-#socks5 = 127.0.0.1:9050
+#socks5 = "127.0.0.1:9050"
# If using ssl with a trusted certificate, set this to true
certificate_validation = false