Update 0xec329ffc97d75fe03428ae155fc7793431487f63.sol

Fixing specification of admissible solc versions
main
gsalzer 2023-02-08 12:05:51 +00:00 committed by GitHub
parent ab89f72f98
commit ce3152215c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @vulnerable_at_lines: 30
*/
pragma solidity >=0.4.11;
pragma solidity ^0.4.11; /* originally >=0.4.11 */
contract Owned {
function Owned() {
@ -129,4 +129,4 @@ contract TokenSender is Owned {
}
}
}
}