Commit fac580d1 by Francisco Giordano

remove indexed declaration of uint event parameter

parent 07b688a0
...@@ -23,5 +23,5 @@ contract BurnableToken is StandardToken { ...@@ -23,5 +23,5 @@ contract BurnableToken is StandardToken {
Burn(burner, _value); Burn(burner, _value);
} }
event Burn(address indexed burner, uint indexed value); event Burn(address indexed burner, uint256 value);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment