From 480fc8916f98649fe3969f8f306fe35a64ff996a Mon Sep 17 00:00:00 2001 From: blackjok3r <blackjok3r@gmail.com> Date: Wed, 6 Mar 2019 16:51:34 +0800 Subject: [PATCH] try --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )