Commit 90b98a7b by Brendan Chou Committed by Nicolás Venturo

Add pure to tokenFallback function (#1122)

Silences warning
parent 16429b15
......@@ -18,7 +18,7 @@ contract HasNoTokens is CanReclaimToken {
* @param value_ uint256 the amount of the specified token
* @param data_ Bytes The data passed from the caller.
*/
function tokenFallback(address from_, uint256 value_, bytes data_) external {
function tokenFallback(address from_, uint256 value_, bytes data_) external pure {
from_;
value_;
data_;
......
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