Add missing Starkex v2 configuration flag

This commit is contained in:
BTChip github
2020-11-24 00:32:10 +01:00
committed by TamtamHero
parent 9854d12753
commit 374580431d

View File

@@ -15,6 +15,7 @@ void handleGetAppConfiguration(uint8_t p1, uint8_t p2, uint8_t *workBuffer, uint
#endif
#ifdef HAVE_STARKWARE
G_io_apdu_buffer[0] |= APP_FLAG_STARKWARE;
G_io_apdu_buffer[0] |= APP_FLAG_STARKWARE_V2;
#endif
G_io_apdu_buffer[1] = LEDGER_MAJOR_VERSION;
G_io_apdu_buffer[2] = LEDGER_MINOR_VERSION;