hex description_hash in fakewallet
This commit is contained in:
@@ -48,7 +48,7 @@ class FakeWallet(Wallet):
|
|||||||
self.timestamp = datetime.now().timestamp()
|
self.timestamp = datetime.now().timestamp()
|
||||||
if description_hash:
|
if description_hash:
|
||||||
self.tags_set = {"h"}
|
self.tags_set = {"h"}
|
||||||
self.description_hashed = description_hash
|
self.description_hashed = description_hash.hex()
|
||||||
else:
|
else:
|
||||||
self.tags_set = {"d"}
|
self.tags_set = {"d"}
|
||||||
self.memo = memo
|
self.memo = memo
|
||||||
|
|||||||
Reference in New Issue
Block a user