From 76d0c0d0df3b047507e1c2dc504d5a2c9e6d34c4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 8 Nov 2018 01:01:48 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 1c4a1d903..0aac0bfda 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -336,7 +336,7 @@ void *dicefinish(void *_ptr) { ptr->vin0.txid = utxos[m].txid; ptr->vin0.vout = utxos[m].vout; - fprintf(stderr,"%d of %d process loss using %s/v%d\n",m,n,ptr->vin0.txid.GetHex().c_str(),ptr->vin0.vout); + fprintf(stderr,"%d of %d process loss %s using %s/v%d\n",m,n,ptr->bettxid.GetHex().c_str(),ptr->vin0.txid.GetHex().c_str(),ptr->vin0.vout); free(ptr); if ( ++m >= n ) break;