Skip to content

Commit 240e22c

Browse files
authored
Remove stale crate references (cashubtc#692)
1 parent fa67271 commit 240e22c

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

crates/cdk-mintd/example.config.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tti = 60
4242
# engine = "sqlite"
4343

4444
[ln]
45-
# Required ln backend `cln`, `lnd`, `strike`, `fakewallet`, 'lnbits', 'phoenixd'
45+
# Required ln backend `cln`, `lnd`, `fakewallet`, 'lnbits'
4646
ln_backend = "cln"
4747
# min_mint=1
4848
# max_mint=500000
@@ -56,28 +56,13 @@ rpc_path = ""
5656
fee_percent = 0.04
5757
reserve_fee_min = 4
5858

59-
# [strike]
60-
# For the Webhook subscription, the url under [info] must be a valid, absolute, non-local, https url
61-
# api_key=""
62-
# Optional default sats
63-
# supported_units=[""]
64-
# fee_percent=0.04
65-
# reserve_fee_min=4
66-
6759
# [lnbits]
6860
# admin_api_key = ""
6961
# invoice_api_key = ""
7062
# lnbits_api = ""
7163
# fee_percent=0.04
7264
# reserve_fee_min=4
7365

74-
# [phoenixd]
75-
# 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).
76-
# api_password = ""
77-
# api_url = ""
78-
# fee_percent=0.05
79-
# reserve_fee_min=4
80-
8166
# [lnd]
8267
# address = ""
8368
# macaroon_file = ""

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@
143143
(craneLib.fileset.commonCargoSources ./crates/cdk-lnd)
144144
(craneLib.fileset.commonCargoSources ./crates/cdk-fake-wallet)
145145
(craneLib.fileset.commonCargoSources ./crates/cdk-lnbits)
146-
(craneLib.fileset.commonCargoSources ./crates/cdk-strike)
147-
(craneLib.fileset.commonCargoSources ./crates/cdk-phoenixd)
148146
(craneLib.fileset.commonCargoSources ./crates/cdk-redb)
149147
(craneLib.fileset.commonCargoSources ./crates/cdk-sqlite)
150148
./crates/cdk-sqlite/src/mint/migrations

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ check-docs:
171171
"-p cdk-rexie"
172172
"-p cdk-cln"
173173
"-p cdk-lnd"
174-
"-p cdk-strike"
175-
"-p cdk-phoenixd"
176174
"-p cdk-lnbits"
177175
"-p cdk-fake-wallet"
178176
"-p cdk-mint-rpc"

misc/justfile.custom.just

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ clippy-each:
4949
"-p cdk-cln"
5050
"-p cdk-axum"
5151
"-p cdk-fake-wallet"
52-
"-p cdk-strike"
5352
"-p cdk-lnd"
5453
"-p cdk-mint-rpc"
5554
"--bin cdk-cli"

0 commit comments

Comments
 (0)