mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-29 02:01:35 +02:00
mypy
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user