Merge pull request #805 from ltfschoen/patch-1

Fix broken ConsenSys link in eip-20-token-standard.md
This commit is contained in:
Yoichi Hirai 2018-01-02 12:31:05 +01:00 committed by GitHub
commit 30d6e5fc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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