Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions contracts/TokenVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down