mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
Removed hex
This commit is contained in:
parent
3927545e32
commit
0415f3d7cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue