Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-field-del-buf-len.md
2022-03-08 09:56:07 +02:00

10 lines
383 B
Markdown

# hooks-field-del-buf-len
Erasing a field from STObject by calling `sto_erase` requires enough
space to serialize the new STObject into; the API also limits size of
the old object.
This check warns about insufficient output buffer space as well as
too-large value of the input STObject in calls to `sto_erase` (if
they're specified by constants - variable parameters are ignored).