Explorar o código

fix: add delay to pay mint fake wallet

thesimplekid hai 5 meses
pai
achega
0523892b4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)