Skip to content

Commit 7841bd4

Browse files
committed
Update event signature
1 parent fc12bfc commit 7841bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/extensions/PerpV2LeverageStrategyExtension.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ contract PerpV2LeverageStrategyExtension is BaseExtension {
136136
);
137137
event RebalanceIterated(
138138
int256 _currentLeverageRatio,
139-
int256 _newLeverageRatio,
139+
int256 _newTwapLeverageRatio,
140140
int256 _chunkRebalanceNotional,
141141
int256 _totalRebalanceNotional
142142
);

0 commit comments

Comments
 (0)