diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 6f17311c7..9357e3719 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -243,6 +243,8 @@ static bool ValidateCostbasisTx(struct CCcontract_info *cp, Eval *eval, const CT CPubKey pk, pricespk; int32_t height; + return true; //deprecated + // check basic structure: if (costbasistx.vout.size() < 3 || costbasistx.vout.size() > 4) return eval->Invalid("incorrect vout count for costbasis tx");