mirror of https://github.com/status-im/EIPs.git
Fix broken ConsenSys link in eip-20-token-standard.md
Fix broken link to https://github.com/ConsenSys/Tokens/blob/master/contracts/StandardToken.sol, as ConsenSys renamed it to https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol and made other associated changes recently in this commit 44c3a1e46d
This commit is contained in:
parent
169c5051d7
commit
857906808f
|
@ -175,7 +175,7 @@ Different implementations have been written by various teams that have different
|
|||
|
||||
#### Example implementations are available at
|
||||
- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/StandardToken.sol
|
||||
- https://github.com/ConsenSys/Tokens/blob/master/contracts/StandardToken.sol
|
||||
- https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol
|
||||
|
||||
#### Implementation of adding the force to 0 before calling "approve" again:
|
||||
- https://github.com/Giveth/minime/blob/master/contracts/MiniMeToken.sol
|
||||
|
|
Loading…
Reference in New Issue