Skip to content

Commit

Permalink
fix: add delay to pay mint fake wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 6, 2024
1 parent 6973e53 commit 0523892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-mintd/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl LnBackendSetup for config::FakeWallet {
fee_reserve,
HashMap::default(),
HashSet::default(),
0,
3,
);

Ok(fake_wallet)
Expand Down

0 comments on commit 0523892

Please sign in to comment.