diff --git a/lnbits/wallets/cliche.py b/lnbits/wallets/cliche.py index 72e5777b5..bf5f9faf7 100644 --- a/lnbits/wallets/cliche.py +++ b/lnbits/wallets/cliche.py @@ -49,7 +49,7 @@ class ClicheWallet(Wallet): if description_hash: ws = create_connection(self.endpoint) ws.send( - f"create-invoice --msatoshi {amount*1000} --description_hash {description_hash}" + f"create-invoice --msatoshi {amount*1000} --description_hash {description_hash.decode()}" ) r = ws.recv() else: