This website works better with JavaScript
GitBross
Home
Explore
Help
Register
Sign In
sol_Bo8des9o
/
openzeppelin-contracts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update Arrays.sol to require solc 0.4.24. (
#1553
)
Nicolás Venturo
6 years ago
parent
a99b9da3d4
commit
2da19eebd3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
contracts/utils/Arrays.sol
+ 1
- 1
contracts/utils/Arrays.sol
View File
@@ -1,4 +1,4 @@
-pragma solidity ^0.4.2
3
;
+pragma solidity ^0.4.2
4
;
import "../math/Math.sol";