aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Colas <francois.colas@ledger.fr>2020-08-28 11:59:02 +0200
committerFrançois Colas <francois.colas@ledger.fr>2020-08-28 11:59:02 +0200
commit0a3c5a605bc3fa5028921722ecc59635603a2f61 (patch)
tree99fb77dec4d7fa956d20e57bcbca855d5c99b3e3
parentMerge pull request #6769 (diff)
downloadmonero-0a3c5a605bc3fa5028921722ecc59635603a2f61.tar.xz
Update protocol version with Ledger's HW
-rw-r--r--src/device/device_ledger.cpp2
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