Skip to content

Commit

Permalink
add native btch bins
Browse files Browse the repository at this point in the history
  • Loading branch information
ca333 authored Jan 28, 2018
1 parent 45bb9b9 commit 0b7ef28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/komodo_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1494,12 +1494,12 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height)

char *argv0suffix[] =
{
(char *)"mnzd", (char *)"mnz-cli", (char *)"mnzd.exe", (char *)"mnz-cli.exe"
(char *)"mnzd", (char *)"mnz-cli", (char *)"mnzd.exe", (char *)"mnz-cli.exe", (char *)"btchd", (char *)"btch-cli", (char *)"btchd.exe", (char *)"btch-cli.exe"
};

char *argv0names[] =
{
(char *)"MNZ", (char *)"MNZ", (char *)"MNZ", (char *)"MNZ"
(char *)"MNZ", (char *)"MNZ", (char *)"MNZ", (char *)"MNZ", (char *)"BTCH", (char *)"BTCH", (char *)"BTCH", (char *)"BTCH"
};

void komodo_args(char *argv0)
Expand Down

0 comments on commit 0b7ef28

Please sign in to comment.