diff --git a/contracts/TokenVault.sol b/contracts/TokenVault.sol index 8aad5986..7b34abf5 100644 --- a/contracts/TokenVault.sol +++ b/contracts/TokenVault.sol @@ -100,11 +100,6 @@ contract TokenVault is Ownable, Recoverable { token = _token; - // Check the address looks like a token contract - if(!token.isToken()) { - throw; - } - // Give argument if(_freezeEndsAt == 0) { throw;