소스 검색

Update link to final ERC-20

William Entriken 6 년 전
부모
커밋
4aeb3b27e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contracts/eip20/EIP20Interface.sol

+ 1 - 1
contracts/eip20/EIP20Interface.sol

@@ -1,5 +1,5 @@
 // Abstract contract for the full ERC 20 Token standard
-// https://github.com/ethereum/EIPs/issues/20
+// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
 pragma solidity ^0.4.18;