Explorar el Código

fix: add delay to pay mint fake wallet

thesimplekid hace 5 meses
padre
commit
0523892b4d
Se han modificado 1 ficheros con 1 adiciones y 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)