Skip to content

Commit

Permalink
Update example.config.toml
Browse files Browse the repository at this point in the history
small typo/backend addition
  • Loading branch information
findingsov authored and thesimplekid committed Sep 5, 2024
1 parent 476ecd4 commit 930420c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/cdk-mintd/example.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand All @@ -38,7 +37,6 @@ ln_backend = "cln"
# Optional default sats
# supported_units=[""]


# [lnbits]
# admin_api_key = ""
# invoice_api_key = ""
Expand Down

0 comments on commit 930420c

Please # to comment.