Browse Source

fix: add delay to pay mint fake wallet

thesimplekid 5 tháng trước cách đây
mục cha
commit
0523892b4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      crates/cdk-mintd/src/setup.rs

+ 1 - 1
crates/cdk-mintd/src/setup.rs

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