hotfix fakewallet

This commit is contained in:
dni ⚡ 2023-04-14 12:03:06 +02:00
parent cf3b169480
commit ffb0f4ccb0
No known key found for this signature in database
GPG Key ID: 886317704CC4E618

View File

@ -45,7 +45,7 @@ class FakeWallet(Wallet):
) -> InvoiceResponse:
data: Dict = {
"out": False,
"amount": amount,
"amount": amount * 1000,
"currency": "bc",
"privkey": self.privkey,
"memo": memo,