Explorar el Código

Merge pull request #966 from thesimplekid/fake_bolt12

feat: fake mint bolt12
thesimplekid hace 2 meses
padre
commit
6588c54e3d
Se han modificado 1 ficheros con 1 adiciones y 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,
         })?)
     }