Skip to content

Commit

Permalink
Merge pull request jl777#511 from ca333/dev
Browse files Browse the repository at this point in the history
add native btch bins
  • Loading branch information
jl777 authored Jan 28, 2018
2 parents 1cb56d2 + 0b7ef28 commit 17b77a1
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 17b77a1

Please sign in to comment.