changed to hex
This commit is contained in:
@@ -49,7 +49,7 @@ class ClicheWallet(Wallet):
|
|||||||
if description_hash:
|
if description_hash:
|
||||||
ws = create_connection(self.endpoint)
|
ws = create_connection(self.endpoint)
|
||||||
ws.send(
|
ws.send(
|
||||||
f"create-invoice --msatoshi {amount*1000} --description_hash {description_hash.decode()}"
|
f"create-invoice --msatoshi {amount*1000} --description_hash {description_hash.hex()}"
|
||||||
)
|
)
|
||||||
r = ws.recv()
|
r = ws.recv()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user