mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-01 11:02:56 +02:00
FakeWallet invoices to correct amount
This commit is contained in:
@ -43,7 +43,7 @@ class FakeWallet(Wallet):
|
|||||||
"expires": None,
|
"expires": None,
|
||||||
"route": None,
|
"route": None,
|
||||||
}
|
}
|
||||||
data["amount"] = amount
|
data["amount"] = amount * 1000
|
||||||
data["timestamp"] = datetime.now().timestamp()
|
data["timestamp"] = datetime.now().timestamp()
|
||||||
if description_hash:
|
if description_hash:
|
||||||
data["tags_set"] = ["h"]
|
data["tags_set"] = ["h"]
|
||||||
|
Reference in New Issue
Block a user