mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-21 22:14:57 +02:00
FakeWallet invoices to correct amount
This commit is contained in:
parent
dab943baad
commit
b10a23dcc4
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user