* updated hooks-entry-points-check * added hooks-trivial-cbak * updated hooks-hash-buf-len: nonce => etxn_nonce + ledger_nonce
560 B
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).