Skip to content

Commit

Permalink
update supported swap version
Browse files Browse the repository at this point in the history
  • Loading branch information
LPHuynh committed Jul 25, 2019
1 parent 7fea863 commit 5323067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monero_init.c
Expand Up @@ -48,9 +48,9 @@ void monero_init() {
G_monero_vstate.state = STATE_IDLE;
}

#define MONERO_SUPPORTED_CLIENT_SIZE 1
#define MONERO_SUPPORTED_CLIENT_SIZE 3
const char * const monero_supported_client[MONERO_SUPPORTED_CLIENT_SIZE] = {
"3.0.0",
"3.0.0", "3.0.1", "3.1.0",
};

int monero_apdu_reset() {
Expand Down

0 comments on commit 5323067

Please sign in to comment.