Add erc165 tests
This commit is contained in:
@@ -271,6 +271,9 @@ contract CappedToken {
|
||||
if (_sum == 0x841a0e94) { // Expire
|
||||
return true;
|
||||
}
|
||||
if (_sum == 0x869f7594) { // Capped
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user