Skip to content

Commit

Permalink
Remove hook call in disableHook(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Feb 14, 2024
1 parent ab033f4 commit 52abb91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/core/TokenTableUnlockerV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ contract TokenTableUnlockerV2 is
storage $ = _getTokenTableUnlockerV2Storage();
$.isHookable = false;
emit HookDisabled();
_callHook(_msgData());
$.hook = ITTHook(address(0));
}

Expand Down

0 comments on commit 52abb91

Please sign in to comment.