You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,15 +40,16 @@ export class DisableController extends Procedure<DisableControllerProcedureArgs>
36
40
});
37
41
}
38
42
39
-
if(!(awaitsecurityToken.isControllable())){
43
+
if(!isControllable){
40
44
thrownewPolymathError({
41
45
code: ErrorCode.ProcedureValidationError,
42
-
message: `The security token isControllable method is not currently valid, disable controller method can only be called on controllable security tokens`,
46
+
message: `The controller has already been disabled permanently`,
43
47
});
44
48
}
45
49
46
50
// If there is no hex signature passed in, create a signature request to sign the disable controller acknowledgement
0 commit comments