Set error string for unparseable objects

This commit is contained in:
Tim Flynn 2016-11-11 16:07:28 -05:00
parent 714f9a4f0d
commit a3277ea422

View File

@ -1119,6 +1119,7 @@ bool CGovernanceObject::IsValidLocally(const CBlockIndex* pindex, std::string& s
} }
if(fUnparsable) { if(fUnparsable) {
strError = "Object data unparseable";
return false; return false;
} }