mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 04:46:18 +02:00
hotfix fakewallet
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user