Browse Source

Merge pull request #420 from sh4ka/patch-1

Fix docblock syntax
Francisco Giordano 8 năm trước cách đây
mục cha
commit
b07466a477
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contracts/token/StandardToken.sol

+ 1 - 1
contracts/token/StandardToken.sol

@@ -66,7 +66,7 @@ contract StandardToken is ERC20, BasicToken {
     return allowed[_owner][_spender];
   }
   
-    /*
+  /**
    * approve should be called when allowed[_spender] == 0. To increment
    * allowed value is better to use this function to avoid 2 calls (and wait until 
    * the first transaction is mined)