mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Merge branch 'ripple/smart-escrow' into ripple/se/supported
This commit is contained in:
@@ -431,7 +431,7 @@ WasmHostFunctionsImpl::updateData(Slice const& data)
|
|||||||
return Unexpected(HostFunctionError::DATA_FIELD_TOO_LARGE);
|
return Unexpected(HostFunctionError::DATA_FIELD_TOO_LARGE);
|
||||||
}
|
}
|
||||||
data_ = Bytes(data.begin(), data.end());
|
data_ = Bytes(data.begin(), data.end());
|
||||||
return data_.size();
|
return data_->size();
|
||||||
}
|
}
|
||||||
|
|
||||||
Expected<int32_t, HostFunctionError>
|
Expected<int32_t, HostFunctionError>
|
||||||
|
|||||||
Reference in New Issue
Block a user