This commit is contained in:
Richard Holland
2023-02-14 13:47:33 +00:00
parent 8f8177b139
commit 661b6b6dd4

View File

@@ -1490,6 +1490,9 @@ DEFINE_HOOK_FUNCTION(
auto const key =
make_state_key( std::string_view { (const char*)(memory + kread_ptr), (size_t)kread_len } );
if (!key)
return INTERNAL_ERROR;
ripple::Blob data {memory + read_ptr, memory + read_ptr + read_len};
// local modifications are always allowed