mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 12:08:47 +00:00
bump solidity version
This commit is contained in:
parent
839101af1d
commit
6fbb3b703a
@ -1,4 +1,4 @@
|
||||
pragma solidity ^0.4.17;
|
||||
pragma solidity ^0.4.21;
|
||||
|
||||
import "../token/ERC20Token.sol";
|
||||
import "../common/MessageSigned.sol";
|
||||
@ -31,7 +31,7 @@ contract MessageTribute is MessageSigned {
|
||||
* @notice Contructor of MessageTribute
|
||||
* @param _token Address of Status Network Token (or any ERC20 compatible token)
|
||||
**/
|
||||
function MessageTribute(ERC20Token _token) public {
|
||||
constructor(ERC20Token _token) public {
|
||||
token = _token;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user