From 2503f02311888fe209857f12732892eb35ff482e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Nov 2016 10:11:07 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_tx.c b/iguana/dpow/dpow_tx.c index 00571e1c3..05f85cff6 100755 --- a/iguana/dpow/dpow_tx.c +++ b/iguana/dpow/dpow_tx.c @@ -465,7 +465,7 @@ void dpow_sigscheck(struct supernet_info *myinfo,struct dpow_info *dp,struct dpo coin = (src_or_dest != 0) ? bp->destcoin : bp->srccoin; memset(zero.bytes,0,sizeof(zero)); channel = (src_or_dest != 0) ? DPOW_SIGBTCCHANNEL : DPOW_SIGCHANNEL; - //printf("sigscheck myind.%d src_dest.%d state.%x\n",myind,src_or_dest,bp->state); + printf("sigscheck myind.%d src_dest.%d state.%x coin.%p\n",myind,src_or_dest,bp->state,coin); if ( bp->state != 0xffffffff && coin != 0 ) { signedtxid = dpow_notarytx(bp->signedtx,&numsigs,coin->chain->isPoS,bp,bp->bestk,bp->bestmask,1,src_or_dest,bp->numratified!=0?bp->ratified_pubkeys:0,bp->numratified);