fix: add delay to pay mint fake wallet

This commit is contained in:
thesimplekid
2024-11-06 15:27:07 +00:00
parent 6973e53799
commit 0523892b4d

View File

@@ -221,7 +221,7 @@ impl LnBackendSetup for config::FakeWallet {
fee_reserve,
HashMap::default(),
HashSet::default(),
0,
3,
);
Ok(fake_wallet)