From 63a7293dcb2a4c5d873e40df5ee7e9f8b6ac5a98 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 08:46:55 -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 e71c8869b..acf47ec9f 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -75,7 +75,7 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran } else { - else mask |= (1LL << i); + mask |= (1LL << i); } } else fprintf(stderr,"FinalizeCCTx couldnt find %s\n",mtx.vin[i].prevout.hash.ToString().c_str()); }