From 5811322e06b12dbef902b6984cb8ba58e671e108 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 May 2016 01:32:47 -0500 Subject: [PATCH] test --- iguana/iguana_accept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_accept.c b/iguana/iguana_accept.c index acc0efa12..a2e5c762b 100755 --- a/iguana/iguana_accept.c +++ b/iguana/iguana_accept.c @@ -195,7 +195,7 @@ int32_t iguana_process_msgrequestQ(struct supernet_info *myinfo,struct iguana_in { if ( (addr= msg->addr) != 0 && (len= iguana_peerblockrequest(coin,&coin->blockspace[sizeof(struct iguana_msghdr)],(int32_t)(sizeof(coin->blockspace) - sizeof(struct iguana_msghdr)),0,msg->hash2,0)) > 0 ) { - printf("block len.%d -> (%s)\n",len,addr->ipaddr); + printf("msg Sendlen.%d block %s to %s\n",len,bits256_str(str,msg->hash2),addr->ipaddr); iguana_queue_send(coin,addr,0,coin->blockspace,"block",len,0,0); } }