collect call logic bug

This commit is contained in:
Richard Holland
2022-05-17 12:35:23 +00:00
parent f1a8b086b5
commit 5f4f2baa58
3 changed files with 15 additions and 15 deletions

View File

@@ -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
{