Update Coldcard docs for signmessage

This commit is contained in:
Andrew Chow 2019-01-02 13:15:11 -05:00
parent 14a1345ad1
commit f3dcf95548
3 changed files with 4 additions and 3 deletions

View File

@ -48,9 +48,9 @@ Please also see [docs](docs/) for additional information about each device.
| Feature \ Device | Ledger Nano S | Trezor One | Digital BitBox | KeepKey | Coldcard |
|:---:|:---:|:---:|:---:|:---:|:---:|
| Support Planned | Yes | Yes | Yes | Yes | Yes |
| Implemented | Yes | Partial | Yes | Partial | Partial |
| Implemented | Yes | Partial | Yes | Partial | Yes |
| xpub retrieval | Yes | Yes | Yes | Yes | Yes |
| Message Signing | Yes | No | Yes | No | No |
| Message Signing | Yes | No | Yes | No | Yes |
| Device Setup | N/A | Yes | Yes | Yes | N/A |
| Device Wipe | N/A | Yes | Yes | Yes | N/A |
| Device Recovery | N/A | Yes | N/A | Yes | N/A |

View File

@ -12,6 +12,7 @@ Current implemented commands are:
- `restore`
- `backup`
- `displayaddress`
- `signmessage`
## Notes on `setup`, `wipe`, and `restore`

View File

@ -1,4 +1,4 @@
# Trezor interaction script
# Coldcard interaction script
from ..hwwclient import HardwareWalletClient, UnavailableActionError
from ckcc.client import ColdcardDevice, COINKITE_VID, CKCC_PID