mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove the automatic convert to serialized transasction
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user