Remove the automatic convert to serialized transasction

This commit is contained in:
JoelKatz
2012-10-06 17:32:24 -07:00
parent 972a504b97
commit 16fbd7a862

View File

@@ -1124,9 +1124,6 @@ std::auto_ptr<STObject> STObject::parseJson(const Json::Value& object, SField::r
}
}
if (name->fieldType == STI_TRANSACTION)
return std::auto_ptr<STObject>(new SerializedTransaction(STObject(*name, data)));
return std::auto_ptr<STObject>(new STObject(*name, data));
}