Skip to content

Commit

Permalink
fix: conflicts and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr committed Nov 28, 2023
1 parent 9964246 commit 4de7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/VerifierModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ contract VerifierModule is IVerifierModule {
bool _hasUpdatedThreshold;

// If all we need to do is a swap the rest of the logic is not needed and we can just call the swapOwner function
if (_oldOwners.length == 1 && _newOwners.length == 1 && _oldOwners[0] != _newOwners[0] && _newThreshold == 1) {
if (_oldOwners.length == 1 && _newOwners.length == 1 && _oldOwners[0] != _newOwners[0]) {
ISafe(_safe).execTransactionFromModule(
_safe,
0,
Expand Down

0 comments on commit 4de7825

Please sign in to comment.