added hex

This commit is contained in:
Ben Arc
2022-02-01 23:04:40 +00:00
parent 0415f3d7cc
commit db734d4acd
2 changed files with 6 additions and 6 deletions
+1 -1
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
data["description_hash"] = description_hash.hex()
else:
data["tags_set"] = ["d"]
data["memo"] = memo