Split up InfoSub and tidy up various files

This commit is contained in:
Vinnie Falco
2013-06-07 20:59:53 -07:00
parent 5e685aa55b
commit 3273625f61
138 changed files with 3155 additions and 2678 deletions

View File

@@ -709,7 +709,7 @@ void STObject::setFieldH160(SField::ref field, const uint160& v)
cf->setValue(v);
}
void STObject::setFieldH256(SField::ref field, const uint256& v)
void STObject::setFieldH256(SField::ref field, uint256 const& v)
{
SerializedType* rf = getPField(field, true);
if (!rf) throw std::runtime_error("Field not found");