Skip to content

Commit

Permalink
Fix OpenZeppelin ERC20 Standard Token link.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianciurdarean authored Oct 10, 2018
1 parent c3455a2 commit 40581a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ There are already plenty of ERC20-compliant tokens deployed on the Ethereum netw
Different implementations have been written by various teams that have different trade-offs: from gas saving to improved security.

#### Example implementations are available at
- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/StandardToken.sol
- https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/ERC20.sol
- https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol

#### Implementation of adding the force to 0 before calling "approve" again:
Expand Down

0 comments on commit 40581a8

Please sign in to comment.