From 3b7f6f5bd25f8dd3ddf3f0468a631ebf759528e6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 15:46:00 -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 7c6c0ff91..feaf9ec3d 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -133,7 +133,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 ) { dp->numdesttx = sizeof(dp->desttx)/sizeof(*dp->desttx);