소스 검색

Update example.config.toml

small typo/backend addition
findingsov 6 달 전
부모
커밋
930420c155
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      crates/cdk-mintd/example.config.toml

+ 2 - 4
crates/cdk-mintd/example.config.toml

@@ -9,7 +9,7 @@ mnemonic = ""
 
 [mint_info]
 # name = "cdk-mintd mutiney net mint"
-# Hex publey of mint
+# Hex pubkey of mint
 # pubkey = ""
 # description = "These are not real sats for testing only"
 # description_long = "A longer mint for testing"
@@ -25,8 +25,7 @@ mnemonic = ""
 # engine = "sqlite"
 
 [ln]
-
-# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`
+# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
 ln_backend = "cln"
 
 # [cln]
@@ -38,7 +37,6 @@ ln_backend = "cln"
 # Optional default sats
 # supported_units=[""]
 
-
 # [lnbits]
 # admin_api_key = ""
 # invoice_api_key = ""