trezor: add new firmware version support

pull/320/head
Dusan Klinec 4 years ago
parent 77a008f714
commit ab4429346d
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103

@ -678,8 +678,10 @@ namespace trezor {
throw exc::TrezorException("Trezor firmware 2.0.10 and lower are not supported. Please update.");
}
// default client version, higher versions check will be added
unsigned client_version = 1;
if (trezor_version >= pack_version(2, 3, 1)){
client_version = 3;
}
#ifdef WITH_TREZOR_DEBUGGING
// Override client version for tests

Loading…
Cancel
Save