mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
add comment for computeHookReserve
This commit is contained in:
@@ -1221,6 +1221,12 @@ updateHookParameters(
|
||||
return tesSUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compute the reserve required for a hook object.
|
||||
* @param hookObj The hook object to compute the reserve for.(not Transaction
|
||||
* field, use the Hook object inside the ltHook object.)
|
||||
* @return The reserve required for the hook object.
|
||||
*/
|
||||
uint32_t
|
||||
SetHook::computeHookReserve(STObject const& hookObj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user