Explorar o código

feat: fake mint bolt12

thesimplekid hai 2 meses
pai
achega
b885c8d78e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crates/cdk-fake-wallet/src/lib.rs

+ 1 - 1
crates/cdk-fake-wallet/src/lib.rs

@@ -118,7 +118,7 @@ impl MintPayment for FakeWallet {
             unit: self.unit.clone(),
             invoice_description: true,
             amountless: false,
-            bolt12: false,
+            bolt12: true,
         })?)
     }