From 86ca8e2e8f7a77318c64d1d0e4ab0b7e5ae72606 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 18 Dec 2016 13:00:38 +0200 Subject: [PATCH] test --- iguana/iguana_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_rpc.c b/iguana/iguana_rpc.c index ca47d66ae..b3d7cb8f1 100755 --- a/iguana/iguana_rpc.c +++ b/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 ) {