From c3011b9ef1a781c2eb371042b722494ab16b6681 Mon Sep 17 00:00:00 2001 From: jl777 <jameslee777@yahoo.com> Date: Sat, 8 Oct 2016 10:18:17 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 0a2182715..3f7ba9013 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -280,9 +280,9 @@ int32_t dpow_haveutxo(struct supernet_info *myinfo,struct iguana_info *coin,bits } } } - } + } else printf("null array size\n"); free_json(unspents); - } + } else printf("null return from dpow_listunspent\n"); printf("%s haveutxo.%d\n",coin->symbol,haveutxo); return(haveutxo); }