Merge pull request #1623 from lnbits/bug/fake_wallet_invoice

hotfix fakewallet
This commit is contained in:
Arc 2023-04-14 11:13:25 +01:00 committed by GitHub
commit d82118db20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class FakeWallet(Wallet):
) -> InvoiceResponse:
data: Dict = {
"out": False,
"amount": amount,
"amount": amount * 1000,
"currency": "bc",
"privkey": self.privkey,
"memo": memo,