소스 검색

Update example.config.toml

add example domain to lnd address in example config
gandlafbtc 3 주 전
부모
커밋
4c1e3a5941
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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