change readme link

This commit is contained in:
Denis Angell
2023-06-06 12:28:19 +00:00
parent 3bb26d0c9b
commit 1cae0f161e
47 changed files with 78 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
# hooks-slot-sub-limit
Hook APIs [slot_subarray](https://xrpl-hooks.readme.io/v2.0/reference/slot_subarray) and [slot_subfield](https://xrpl-hooks.readme.io/v2.0/reference/slot_subfield) take parameters specifying parent and child slot numbers. Values of these parameters are limited, and the functions fail if the limit is exceeded.
Hook APIs [slot_subarray](https://xrpl-hooks.readme.io//reference/slot_subarray) and [slot_subfield](https://xrpl-hooks.readme.io//reference/slot_subfield) take parameters specifying parent and child slot numbers. Values of these parameters are limited, and the functions fail if the limit is exceeded.
This check warns about too-large values of the slot numbers (if they're specified by a constant - variable parameters are ignored).
[Read more](https://xrpl-hooks.readme.io/v2.0/docs/slots-and-keylets)
[Read more](https://xrpl-hooks.readme.io//docs/slots-and-keylets)