فهرست منبع

Merge pull request #966 from thesimplekid/fake_bolt12

feat: fake mint bolt12
thesimplekid 2 ماه پیش
والد
کامیت
6588c54e3d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
         })?)
     }