committed by
Nicolás Venturo
parent
16429b1522
commit
90b98a7bef
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user