Skip to content

Commit 161f8a2

Browse files
committed
fix: added comment for stack too deep solution
1 parent d9c6190 commit 161f8a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/horizon/contracts/interfaces/internal/IHorizonStakingTypes.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ interface IHorizonStakingTypes {
160160

161161
/**
162162
* @notice Parameters to fulfill thaw requests.
163+
* @dev This struct is used to avoid stack too deep error in the `fulfillThawRequests` function.
163164
* @param requestType The type of thaw request (Provision or Delegation)
164165
* @param serviceProvider The address of the service provider
165166
* @param verifier The address of the verifier

0 commit comments

Comments
 (0)