We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc3629 commit 4ebb52cCopy full SHA for 4ebb52c
src/sweep.rs
@@ -36,7 +36,7 @@ pub(crate) async fn periodic_sweep(
36
// Note that if you more tightly integrate your wallet with LDK you may not need to do this -
37
// these outputs can just be treated as normal outputs during coin selection.
38
let pending_spendables_dir =
39
- format!("{}/{}", crate::PENDING_SPENDABLE_OUTPUT_DIR, ldk_data_dir);
+ format!("{}/{}", ldk_data_dir, crate::PENDING_SPENDABLE_OUTPUT_DIR);
40
let processing_spendables_dir = format!("{}/processing_spendable_outputs", ldk_data_dir);
41
let spendables_dir = format!("{}/spendable_outputs", ldk_data_dir);
42
0 commit comments