Sfoglia il codice sorgente

Merge pull request #966 from thesimplekid/fake_bolt12

feat: fake mint bolt12
thesimplekid 2 mesi fa
parent
commit
6588c54e3d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
         })?)
     }