From 8d272e1c5f44b0d1f2fbc01eb680517d28498863 Mon Sep 17 00:00:00 2001 From: dimxy Date: Fri, 26 Apr 2019 19:43:50 +0500 Subject: [PATCH] val state cleared --- src/cc/prices.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 2f8ad287a..98049164f 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -460,6 +460,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx return eval->Invalid("invalid funcid"); } + eval->state = CValidationState(); return true; } // end of consensus code