Removed hex

This commit is contained in:
Ben Arc 2022-02-01 21:32:54 +00:00
parent 3927545e32
commit 0415f3d7cc

View File

@ -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