mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-18 21:32:38 +01:00
remove *1000 for fake
This commit is contained in:
parent
be5f909d1c
commit
6fae6dab92
@ -45,7 +45,7 @@ class FakeWallet(Wallet):
|
||||
) -> InvoiceResponse:
|
||||
data: Dict = {
|
||||
"out": False,
|
||||
"amount": amount * 1000,
|
||||
"amount": amount,
|
||||
"currency": "bc",
|
||||
"privkey": self.privkey,
|
||||
"memo": memo,
|
||||
|
Loading…
Reference in New Issue
Block a user