Browse Source

test

etomic
jl777 8 years ago
parent
commit
86ca8e2e8f
  1. 2
      iguana/iguana_rpc.c

2
iguana/iguana_rpc.c

@ -34,7 +34,7 @@ char *sglue(GLUEARGS,char *agent,char *method)
jaddstr(json,"coin",coin->symbol);
if ( userpass != 0 )
jaddstr(json,"userpass",userpass);
if ( coin != 0 && coin->chain->userpass[0] != 0 )
if ( coin != 0 && coin->FULLNODE >= 0 && coin->chain->userpass[0] != 0 )
{
if ( userpass == 0 || strcmp(userpass,coin->chain->userpass) != 0 )
{

Loading…
Cancel
Save