mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 15:05:50 +00:00
collect call logic bug
This commit is contained in:
@@ -242,8 +242,8 @@ namespace hook
|
||||
|
||||
uint32_t maxHookChainLength(void);
|
||||
|
||||
uint32_t computeExecutionFee(uint64_t instructionCount);
|
||||
uint32_t computeCreationFee(uint64_t byteCount);
|
||||
int64_t computeExecutionFee(uint64_t instructionCount);
|
||||
int64_t computeCreationFee(uint64_t byteCount);
|
||||
|
||||
struct HookResult
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user