Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update example.config.toml #323

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading