Merge pull request #966 from thesimplekid/fake_bolt12

feat: fake mint bolt12
This commit is contained in:
thesimplekid
2025-08-15 12:24:32 +01:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ impl MintPayment for FakeWallet {
unit: self.unit.clone(),
invoice_description: true,
amountless: false,
bolt12: false,
bolt12: true,
})?)
}