diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index c4e424af0..d2e133755 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -638,7 +638,7 @@ void dpow_statemachinestart(void *ptr) else if ( dest_confs == 0 ) { // not confirmed, rebroadcast it. - fprintf(stderr, "[%s] txid.%s is not confirmed rebroadcasting.... \n tx.%s",dp->dest, bits256_str(str,bp->desttxid), desttx); + fprintf(stderr, "[%s] txid.%s is not confirmed rebroadcasting.... \n tx.%s",dp->dest, bits256_str(str,bp->desttxid), rettx); if ( desttx[0] != 0 ) { if ( dpow_sendrawtransaction(myinfo, bp->destcoin, desttx) == 0 )