Browse Source

-

pull/4/head
jl777 6 years ago
parent
commit
e726fec744
  1. 2
      src/cc/dapps/oraclefeed.c

2
src/cc/dapps/oraclefeed.c

@ -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");

Loading…
Cancel
Save