Browse Source

-port=

etomic
jl777 8 years ago
parent
commit
cb2cb6310d
  1. 4
      iguana/main.c

4
iguana/main.c

@ -2192,9 +2192,9 @@ void iguana_main(void *arg)
myinfo->IAMNOTARY = 1;
myinfo->DEXEXPLORER = 1;
}
else if ( strncmp((char *)arg,"port=",5) == 0 )
else if ( strncmp((char *)arg,"-port=",6) == 0 )
{
myinfo->rpcport = atoi(&((char *)arg)[5]);
myinfo->rpcport = atoi(&((char *)arg)[6]);
printf("OVERRIDE IGUANA port <- %u\n",myinfo->rpcport);
}
}

Loading…
Cancel
Save