From 2ab67c1239b187a37ba2aaa1395085f8d205fe14 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Sep 2016 15:12:54 -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 3891d903c..03d360a8f 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -921,7 +921,7 @@ void iguana_unspents_markinit(struct supernet_info *myinfo,struct iguana_info *c { if ( firstslot >= 0 ) { - char str[65]; printf("slot.[%d] <- %s/v%d\n",firstslot,bits256_str(str,filetxid),filevout); + char str[65]; printf("%s slot.[%d] <- %s/v%d\n",fname,firstslot,bits256_str(str,filetxid),filevout); coin->markedunspents[firstslot] = filetxid; coin->markedunspents[firstslot].ushorts[15] = filevout; }