Procházet zdrojové kódy

Update example.config.toml

add example domain to lnd address in example config
gandlafbtc před 3 týdny
rodič
revize
4c1e3a5941
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      crates/cdk-mintd/example.config.toml

+ 1 - 1
crates/cdk-mintd/example.config.toml

@@ -62,7 +62,7 @@ reserve_fee_min = 4
 # reserve_fee_min=4
 
 # [lnd]
-# address = ""
+# address = "https://domain:port"
 # macaroon_file = ""
 # cert_file = ""
 # fee_percent=0.04