From 9d22819247541cdf329954750ba05cad7a9c6f2c Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 9 May 2019 22:09:34 +0800 Subject: [PATCH] try this --- src/cc/payments.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/payments.cpp b/src/cc/payments.cpp index 57e85f615..5d6383c29 100644 --- a/src/cc/payments.cpp +++ b/src/cc/payments.cpp @@ -1108,6 +1108,7 @@ UniValue PaymentsCreate(struct CCcontract_info *cp,char *jsonstr) for (i=0; i scriptPubKey,opret; int64_t allocation; + fprintf(stderr, "txid.%s\n",txidoprets[i].GetHex().c_str()); if ( myGetTransaction(txidoprets[i],tx,hashBlock) != 0 && tx.vout.size() > 1 && DecodePaymentsTxidOpRet(tx.vout[tx.vout.size()-1].scriptPubKey,allocation,scriptPubKey,opret) == 'T' ) { totalallocations += allocation;