From 81f4c25f2fae2af9fee808dc72426bf119589c77 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 07:30:03 -1100 Subject: [PATCH] Test --- 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 595b87fd6..e1cf715d3 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -56,7 +56,7 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran } nmask = (1LL << n) - 1; if ( (mask & nmask) != (CCmask & mask) ) - fprintf(stderr,"mask.%llx vs CCmask.%llx\n",(mask & nmask),(CCmask & mask)); + fprintf(stderr,"mask.%llx vs CCmask.%llx\n",(long long)(mask & nmask),(long long)(CCmask & mask)); Myprivkey(myprivkey); unspendablepk = GetUnspendable(cp,unspendablepriv); GetCCaddress(cp,myaddr,mypk);