From 637f6652ed96ca8a4ef84c25937900a7296ef7a9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Nov 2016 09:42:39 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_fsm.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index c30891afe..188c131a6 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -393,6 +393,11 @@ void dpow_statemachinestart(void *ptr) dpow_entry2utxo(&U,bp,&bp->notaries[myind]); if ( (len= dpow_rwutxobuf(1,utxodata,&U,bp)) > 0 ) dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,DPOW_UTXOCHANNEL,bp->height,utxodata,len); + else + { + dpow_send(myinfo,dp,bp,srchash,bp->hashmsg,0,bp->height,utxodata,0); + printf("error sending utxobuf\n"); + } } if ( 0 && dp->cancelratify != 0 && bp->isratify != 0 ) {