Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 415 Bytes

File metadata and controls

16 lines (8 loc) · 415 Bytes

Table of Contents

Low Issues

L-1: Solidity pragma should be specific, not wide

Consider using a specific version of Solidity in your contracts instead of a wide version. For example, instead of pragma solidity ^0.8.0;, use pragma solidity 0.8.0;

  • Found in src/MathMasters.sol: 132:23:0