Browse Source

better error message

pull/4/head
miketout 6 years ago
parent
commit
c71dcc712e
  1. 2
      src/komodo_utils.h

2
src/komodo_utils.h

@ -1718,7 +1718,7 @@ void komodo_args(char *argv0)
}
if (i == ASSETCHAINS_NUMALGOS)
{
printf("ASSETCHAINS_ALGO, algorithm not supported. using equihash\n");
printf("ASSETCHAINS_ALGO, %s not supported. using equihash\n", selectedAlgo.c_str());
}
ASSETCHAINS_LASTERA = GetArg("-ac_eras", 1);

Loading…
Cancel
Save