hotfix fakewallet
This commit is contained in:
parent
cf3b169480
commit
ffb0f4ccb0
|
@ -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…
Reference in New Issue
Block a user