mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 13:44:13 +01:00
Removed hex
This commit is contained in:
parent
3927545e32
commit
0415f3d7cc
@ -47,7 +47,7 @@ class FakeWallet(Wallet):
|
||||
data["timestamp"] = datetime.now().timestamp()
|
||||
if description_hash:
|
||||
data["tags_set"] = ["h"]
|
||||
data["description_hash"] = description_hash.hex()
|
||||
data["description_hash"] = description_hash
|
||||
else:
|
||||
data["tags_set"] = ["d"]
|
||||
data["memo"] = memo
|
||||
|
Loading…
Reference in New Issue
Block a user