hex description_hash in fakewallet

This commit is contained in:
Ben Arc 2022-02-01 20:17:42 +00:00
parent d2879aa80c
commit 31e300e05b

View File

@ -48,7 +48,7 @@ class FakeWallet(Wallet):
self.timestamp = datetime.now().timestamp()
if description_hash:
self.tags_set = {"h"}
self.description_hashed = description_hash
self.description_hashed = description_hash.hex()
else:
self.tags_set = {"d"}
self.memo = memo