Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-hash-buf-len.md
Vaclav Barta 0d8f2c31e7 Feature/hook documentation (#197)
* updated hooks-entry-points-check

* added hooks-trivial-cbak

* updated hooks-hash-buf-len: nonce => etxn_nonce + ledger_nonce
2022-05-30 12:49:19 +02:00

560 B

hooks-hash-buf-len

Functions util_sha512h, hook_hash, ledger_last_hash, etxn_nonce and ledger_nonce have fixed-size hash output.

This check warns about too-small size of their output buffer (if it's specified by a constant - variable parameter is ignored).