Merge pull request #1623 from lnbits/bug/fake_wallet_invoice
hotfix fakewallet
This commit is contained in:
commit
d82118db20
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class FakeWallet(Wallet):
|
||||||
) -> InvoiceResponse:
|
) -> InvoiceResponse:
|
||||||
data: Dict = {
|
data: Dict = {
|
||||||
"out": False,
|
"out": False,
|
||||||
"amount": amount,
|
"amount": amount * 1000,
|
||||||
"currency": "bc",
|
"currency": "bc",
|
||||||
"privkey": self.privkey,
|
"privkey": self.privkey,
|
||||||
"memo": memo,
|
"memo": memo,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue