This commit is contained in:
jl777
2018-09-12 21:54:31 -11:00
parent 932326dd45
commit e726fec744

View File

@@ -737,7 +737,7 @@ int32_t main(int32_t argc,char **argv)
bindtxidstr = argv[5];
if ( argc > 6 )
REFCOIN_CLI = argv[6];
else REFCOIN_CLI = "./komodo_cli";
else REFCOIN_CLI = "./komodo-cli";
if ( strncmp(format,"Ihh",3) != 0 && format[0] != 'L' )
{
printf("only formats of L and Ihh are supported now\n");