From 9c94213c9a0ad84daadbfd073adc2b1ada9aaea4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 9 Nov 2016 11:41:20 -0300 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 a2c70b51a..9cde2c7e0 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -142,7 +142,7 @@ void iguana_dPoWupdate(struct supernet_info *myinfo,struct dpow_info *dp) dpow_nanomsg_update(myinfo); src = iguana_coinfind(dp->symbol); dest = iguana_coinfind(dp->dest); - //printf("dp.%p dPoWupdate (%s -> %s)\n",dp,dp!=0?dp->symbol:"",dp!=0?dp->dest:""); + printf("dp.%p dPoWupdate (%s -> %s)\n",dp,dp!=0?dp->symbol:"",dp!=0?dp->dest:""); if ( src != 0 && dest != 0 ) { if ( strcmp(dp->dest,"KMD") == 0 )