Remove stale crate references (#692)

This commit is contained in:
ok300
2025-03-28 14:49:07 +00:00
committed by GitHub
parent fa67271cca
commit 240e22c96a
4 changed files with 1 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ tti = 60
# engine = "sqlite"
[ln]
# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
# Required ln backend `cln`, `lnd`, `fakewallet`, 'lnbits'
ln_backend = "cln"
# min_mint=1
# max_mint=500000
@@ -56,14 +56,6 @@ rpc_path = ""
fee_percent = 0.04
reserve_fee_min = 4
# [strike]
# For the Webhook subscription, the url under [info] must be a valid, absolute, non-local, https url
# api_key=""
# Optional default sats
# supported_units=[""]
# fee_percent=0.04
# reserve_fee_min=4
# [lnbits]
# admin_api_key = ""
# invoice_api_key = ""
@@ -71,13 +63,6 @@ reserve_fee_min = 4
# fee_percent=0.04
# reserve_fee_min=4
# [phoenixd]
# For 'phoenixd' backend, also specify fee_percent (% fee of the ln payment that mint will put in the melt quote) and reserve_fee_min (absolute amount-higher of fee_percent or reserve_fee_min is the fee reserve).
# api_password = ""
# api_url = ""
# fee_percent=0.05
# reserve_fee_min=4
# [lnd]
# address = ""
# macaroon_file = ""

View File

@@ -143,8 +143,6 @@
(craneLib.fileset.commonCargoSources ./crates/cdk-lnd)
(craneLib.fileset.commonCargoSources ./crates/cdk-fake-wallet)
(craneLib.fileset.commonCargoSources ./crates/cdk-lnbits)
(craneLib.fileset.commonCargoSources ./crates/cdk-strike)
(craneLib.fileset.commonCargoSources ./crates/cdk-phoenixd)
(craneLib.fileset.commonCargoSources ./crates/cdk-redb)
(craneLib.fileset.commonCargoSources ./crates/cdk-sqlite)
./crates/cdk-sqlite/src/mint/migrations

View File

@@ -171,8 +171,6 @@ check-docs:
"-p cdk-rexie"
"-p cdk-cln"
"-p cdk-lnd"
"-p cdk-strike"
"-p cdk-phoenixd"
"-p cdk-lnbits"
"-p cdk-fake-wallet"
"-p cdk-mint-rpc"

View File

@@ -49,7 +49,6 @@ clippy-each:
"-p cdk-cln"
"-p cdk-axum"
"-p cdk-fake-wallet"
"-p cdk-strike"
"-p cdk-lnd"
"-p cdk-mint-rpc"
"--bin cdk-cli"