Open SuriaAniza opened 2 years ago
Hi! I realised that in the Campaigns.sol you are still using the pragma 0.4.7; how do you run over this code in Visual Studio Code?
Pragma 0.4.7 is very outdated. It's recommended to use pragma version 8. It would eliminate the use safe math as well (it's built In).
Hi! I realised that in the Campaigns.sol you are still using the pragma 0.4.7; how do you run over this code in Visual Studio Code?