diff --git a/src/cc/payments.cpp b/src/cc/payments.cpp index a57fe0c84..eb92e4eb7 100644 --- a/src/cc/payments.cpp +++ b/src/cc/payments.cpp @@ -609,23 +609,26 @@ UniValue PaymentsInfo(struct CCcontract_info *cp,char *jsonstr) { UniValue obj(UniValue::VOBJ); std::vector scriptPubKey,opret; obj.push_back(Pair("txidopret",txidoprets[i].GetHex())); + fprintf(stderr,"i%d of %d\n",i,(int32_t)txidoprets.size()); if ( myGetTransaction(txidoprets[i],txO,hashBlock) != 0 && txO.vout.size() > 1 && DecodePaymentsTxidOpRet(txO.vout[txO.vout.size()-1].scriptPubKey,allocation,scriptPubKey,opret) == 'T' ) { outstr = (char *)malloc(scriptPubKey.size() + opret.size() + 1); for (j=0; j