Skip to content

Commit f307619

Browse files
authored
Removed redundant pause/unpause (#676)
1 parent 073683d commit f307619

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

contracts/modules/TransferManager/TransferManager.sol

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ contract TransferManager is ITransferManager, Module {
1616
_;
1717
}
1818

19-
function unpause() public {
20-
_onlySecurityTokenOwner();
21-
super._unpause();
22-
}
23-
24-
function pause() public {
25-
_onlySecurityTokenOwner();
26-
super._pause();
27-
}
28-
2919
// Provide default versions of ERC1410 functions that can be overriden
3020

3121
/**

0 commit comments

Comments
 (0)