From ba46c908608c24232272a3dfade6f2f2d8bb7236 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Oct 2017 13:47:16 +0300 Subject: [PATCH] Test --- iguana/iguana_notary.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 8120fed4c..4049b6602 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -89,6 +89,7 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he printf("lastnotarized.(%s) is current checkpoint, skip\n",bits256_str(str,dp->lastnotarized)); return; } + printf("checkpoint.(%s) is not active and not lastnotarized\n",bits256_str(str,checkpoint.blockhash.hash)); } if ( bits256_nonz(checkpoint.blockhash.hash) != 0 && (checkpoint.blockhash.height % freq) == 0 ) {