Remove redundant totalSupply from token interface
This commit is contained in:
@@ -2,9 +2,6 @@ pragma solidity 0.4.18;
|
||||
|
||||
contract Token_v2 {
|
||||
|
||||
/// @return total amount of tokens
|
||||
function totalSupply() public view returns (uint) {}
|
||||
|
||||
/// @notice send `_value` token to `_to` from `msg.sender`
|
||||
/// @param _to The address of the recipient
|
||||
/// @param _value The amount of token to be transferred
|
||||
|
||||
Reference in New Issue
Block a user