Browse Source

feat: fake mint bolt12

thesimplekid 2 months ago
parent
commit
b885c8d78e
1 changed files with 1 additions and 1 deletions
  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,
         })?)
     }