Skip to content

Commit

Permalink
Update keyconv.c
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-gt authored Dec 22, 2023
1 parent 362aa4f commit 85032ec
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions keyconv/keyconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,9 @@ main(int argc, char **argv)
return 1;
}
if (strcmp(optarg, "GRS")== 0) {
GRSFlag = 1;
}
else {
fprintf(stderr,
"No coin indicated.\nGenerating/Decrypting FEC [Ferritecoin] Address by default.\n");
addrtype_opt = 36;
privtype_opt = 36+127;
break;

}
GRSFlag = 1;
}

}
break;

Expand Down

0 comments on commit 85032ec

Please sign in to comment.