Skip to content

Commit 9df1fc6

Browse files
committed
Fix Slither
1 parent 7773c2b commit 9df1fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/colony/ColonyStorage.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ contract ColonyStorage is CommonStorage, ColonyDataTypes, ColonyNetworkDataTypes
308308

309309
// slither-disable-next-line unused-return
310310
try ColonyExtension(addr).identifier() returns (bytes32 extensionId) {
311+
// slither-disable-next-line unused-return
311312
try ColonyExtension(addr).getColony() returns (address claimedAssociatedColony) {
312313
return IColonyNetwork(colonyNetworkAddress).getExtensionInstallation(extensionId, claimedAssociatedColony) == addr;
313314
} catch {

0 commit comments

Comments
 (0)