From 980929da4ab3cf9d32c53189cbae4665c7e1175b Mon Sep 17 00:00:00 2001 From: findingsov <113792100+findingsov@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:10:03 -0400 Subject: [PATCH] Update example.config.toml small typo/backend addition --- crates/cdk-mintd/example.config.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crates/cdk-mintd/example.config.toml b/crates/cdk-mintd/example.config.toml index db408fe04..9dc6daf62 100644 --- a/crates/cdk-mintd/example.config.toml +++ b/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 = ""