mypy
This commit is contained in:
parent
0d4ccad6d7
commit
84cb581207
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue