From adc47c5d58a2b836b6eedebff03dceabd561a163 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 19 Mar 2018 13:28:09 +0200 Subject: [PATCH] Test --- iguana/iguana_payments.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/iguana_payments.c b/iguana/iguana_payments.c index 270b2a2bc..056455364 100755 --- a/iguana/iguana_payments.c +++ b/iguana/iguana_payments.c @@ -464,6 +464,7 @@ char *iguana_calcrawtx(struct supernet_info *myinfo,struct iguana_info *coin,cJS } if ( strlen(spendscriptstr) != 50 || strncmp("76a914",spendscriptstr,6) != 0 || strcmp("88ac",&spendscriptstr[50-4]) != 0 ) continue; +printf("utxo.(%s)\n",jprint(item,0)); unspents = realloc(unspents,(1 + max) * sizeof(*unspents)); value = jdouble(item,"amount") * SATOSHIDEN; if ( (0) && jdouble(item,"interest") != 0 )