From 49dcd70d8463cc0f1dc3e334758afbf9f3e784c1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Jul 2019 02:06:48 -1100 Subject: [PATCH] +print --- src/cc/CCtx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCtx.cpp b/src/cc/CCtx.cpp index 768e34fe7..91080c3f6 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -291,7 +291,7 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran } else { - fprintf(stderr,"vini.%d has CC signing error address.(%s)\n",i,destaddr); + fprintf(stderr,"vini.%d has CC signing error address.(%s) %s\n",i,destaddr,EncodeHexTx(mtx).c_str()); return(""); } }