From caad143026cd7474199e8e1673d7c138145ca7b1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 2 Jan 2017 12:41:50 +0200 Subject: [PATCH] test --- iguana/iguana_notary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 8decab8a0..0a7f35c94 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -450,7 +450,7 @@ STRING_AND_INT(dpow,fundnotaries,symbol,numblocks) { if ( fread(&height,1,sizeof(height),fp) == sizeof(height) && fread(&signedmask,1,sizeof(signedmask),fp) == sizeof(signedmask) ) { - printf("ht.%d %llx\n",height,(long long)signedmask); + printf("ht.%d %llx vs current.%d - %d\n",height,(long long)signedmask,current,numblocks); if ( height > current - numblocks ) { for (j=0; j<64; j++)