remove *1000 for fake

This commit is contained in:
dni ⚡ 2023-04-05 11:35:09 +02:00
parent be5f909d1c
commit 6fae6dab92
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 * 1000,
"amount": amount,
"currency": "bc",
"privkey": self.privkey,
"memo": memo,