mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
hotfix fakewallet
This commit is contained in:
parent
cf3b169480
commit
ffb0f4ccb0
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
Reference in a new issue