From 050744ddaafef563b8904dd0e094038599c70f39 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 16 Apr 2017 18:47:29 +0300 Subject: [PATCH] Test --- basilisk/jumblr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basilisk/jumblr.c b/basilisk/jumblr.c index 21d04b334..e6d72106e 100755 --- a/basilisk/jumblr.c +++ b/basilisk/jumblr.c @@ -198,7 +198,7 @@ int64_t jumblr_balance(struct supernet_info *myinfo,struct iguana_info *coin,cha char *retstr; double val; cJSON *retjson; int32_t i,n; int64_t balance = 0; if ( jumblr_addresstype(myinfo,coin,addr) == 't' ) { - if ( coin->FULLNODE < 0 && jumblr_ismine(myinfo,coin,addr) > 0 ) + if ( coin->FULLNODE < 0 && iguana_isnotarychain(coin->symbol) < 0 ) { if ( (retstr= jumblr_listunspent(myinfo,coin,addr)) != 0 ) {