From a32451fc910d1895707a4b11a7ccca6061ebe65a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 21:34:43 -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 fbb246f3c..d4ca6d5d7 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -790,7 +790,7 @@ void dpow_handler(struct supernet_info *myinfo,struct basilisk_message *msg) } else if ( channel == DPOW_TXIDCHANNEL || channel == DPOW_BTCTXIDCHANNEL ) { - if ( (bp= dpow_heightfind(myinfo,height,channel == DPOW_BTCTXIDCHANNEL)) != 0 ) + if ( (bp= dpow_heightfind(myinfo,height,channel == DPOW_BTCTXIDCHANNEL)) != 0 && bp->state != 0xffffffff ) { for (i=0; i<32; i++) srchash.bytes[i] = msg->data[i];