mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-29 03:02:11 +01:00
Merge pull request #1623 from lnbits/bug/fake_wallet_invoice
hotfix fakewallet
This commit is contained in:
commit
d82118db20
@ -45,7 +45,7 @@ class FakeWallet(Wallet):
|
||||
) -> InvoiceResponse:
|
||||
data: Dict = {
|
||||
"out": False,
|
||||
"amount": amount,
|
||||
"amount": amount * 1000,
|
||||
"currency": "bc",
|
||||
"privkey": self.privkey,
|
||||
"memo": memo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user