From a348540513e903f29680e775a0f02129aa6c473f Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 15 Aug 2016 12:28:58 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 0dd4d65ce..38dfaccaf 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1172,7 +1172,7 @@ int64_t iguana_utxoaddr_gen(struct supernet_info *myinfo,struct iguana_info *coi { if ( strcmp("BTC",coin->symbol) != 0 ) errs = iguana_utxoaddr_validate(myinfo,coin,height); - printf("nogen %s HIST BALANCE %s %.8f errs %d\n",fname2,bits256_str(str,coin->utxoaddrhash),dstr(coin->histbalance),errs); + char str[65]; printf("nogen %s HIST BALANCE %s %.8f errs %d\n",fname2,bits256_str(str,coin->utxoaddrhash),dstr(coin->histbalance),errs); if ( coin->histbalance > 0 ) { coin->RTheight = height;