Update 0xec329ffc97d75fe03428ae155fc7793431487f63.sol
Fixing specification of admissible solc versions
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
* @vulnerable_at_lines: 30
|
* @vulnerable_at_lines: 30
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity >=0.4.11;
|
pragma solidity ^0.4.11; /* originally >=0.4.11 */
|
||||||
|
|
||||||
contract Owned {
|
contract Owned {
|
||||||
function Owned() {
|
function Owned() {
|
||||||
@@ -129,4 +129,4 @@ contract TokenSender is Owned {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user