diff options
author | François Colas <francois.colas@ledger.fr> | 2020-08-28 11:59:02 +0200 |
---|---|---|
committer | François Colas <francois.colas@ledger.fr> | 2020-08-28 11:59:02 +0200 |
commit | 0a3c5a605bc3fa5028921722ecc59635603a2f61 (patch) | |
tree | 99fb77dec4d7fa956d20e57bcbca855d5c99b3e3 | |
parent | Merge pull request #6769 (diff) | |
download | monero-0a3c5a605bc3fa5028921722ecc59635603a2f61.tar.xz |
Update protocol version with Ledger's HW
-rw-r--r-- | src/device/device_ledger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index 4e89f835d..b0ccb329e 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -259,7 +259,7 @@ namespace hw { static int device_id = 0; - #define PROTOCOL_VERSION 3 + #define PROTOCOL_VERSION 4 #define INS_NONE 0x00 #define INS_RESET 0x02 |