FakeWallet invoices to correct amount

This commit is contained in:
Ben Arc 2022-02-01 23:16:38 +00:00
parent dab943baad
commit b10a23dcc4

View File

@ -43,7 +43,7 @@ class FakeWallet(Wallet):
"expires": None,
"route": None,
}
data["amount"] = amount
data["amount"] = amount * 1000
data["timestamp"] = datetime.now().timestamp()
if description_hash:
data["tags_set"] = ["h"]