Update reentrancy_insecure.sol

Fix compiler version
main
gsalzer 2023-02-08 12:17:07 +00:00 committed by GitHub
parent ce3152215c
commit e190dbdac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* @vulnerable_at_lines: 17
*/
pragma solidity ^0.4.0;
pragma solidity ^0.5.0;
contract Reentrancy_insecure {