瀏覽代碼

feat: fake mint bolt12

thesimplekid 2 月之前
父節點
當前提交
b885c8d78e
共有 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,
         })?)
     }