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()); }