@@ -122,8 +122,8 @@ abstract contract SecurityModule is MetaTxModule
if (_lock > now) {
require(forceUnlock || _lockedBy == address(this), "UNABLE_TO_UNLOCK");
controller.securityStore().setLock(wallet, 0);
- emit WalletLock(wallet, 0);
}
+ emit WalletLock(wallet, 0);
}
function getWalletLock(address wallet)
message:
李蓝天:改动分类:原因:
刘志浩:改动分类:原因: