diff --git a/lnbits/wallets/fake.py b/lnbits/wallets/fake.py index 594e6046..c7b577d7 100644 --- a/lnbits/wallets/fake.py +++ b/lnbits/wallets/fake.py @@ -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