-
Notifications
You must be signed in to change notification settings - Fork 254
Closed
Labels
Description
Problem Description:
Multisig receive address fails to display on Coldcard
To reproduce:
-
- On Specter-Desktop: Your Wallet > Receive > Display address on device:
-
- Verify address on your Coldcard but fails with below error msg.
Traceback (most recent call last):
File "/home/liquid/.local/lib/python3.8/site-packages/cryptoadvance/specter/util/json_rpc.py", line 35, in jsonrpc
response["result"] = method(**request["params"]) # dict -> **kwargs
File "/home/liquid/.local/lib/python3.8/site-packages/cryptoadvance/specter/helpers.py", line 38, in wrapper_fn
return fn(*args, **kwargs)
File "/home/liquid/.local/lib/python3.8/site-packages/cryptoadvance/specter/hwi_rpc.py", line 214, in display_address
raise Exception(status["error"])
Exception: Multisig descriptor must include all pubkeys
Environment:
- Python 3.8.5
- Specter Version: 0.8.1
- Linux Distro: MANJARO
Reactions are currently unavailable