mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Split up InfoSub and tidy up various files
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user