diff options
-rw-r--r-- | sentrum.sample.toml | 2 |
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 |