We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b43ff commit 85eabe7Copy full SHA for 85eabe7
contracts/conduit/ConduitController.sol
@@ -155,7 +155,7 @@ contract ConduitController is ConduitControllerInterface {
155
// Set a previously open channel as closed via "swap & pop" method.
156
// Decrement located index to get the index of the closed channel.
157
uint256 removedChannelIndex;
158
- // channelPreviouslyOpen already make sure channelIndexPlusOne > 0
+ // channelPreviouslyOpen already ensures channelIndexPlusOne > 0
159
unchecked {
160
removedChannelIndex = channelIndexPlusOne - 1;
161
}
0 commit comments