Remove redundant totalSupply from token interface

This commit is contained in:
Amir Bandeali
2017-12-12 16:07:04 -08:00
parent 5678196706
commit 1fbe638950

View File

@@ -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