Additional Solidity Concepts - Discussion

If you are referring to the infinite gas shown in the code editor, there is no definition from remix docs on why it shows infinite gas. You can observe this on functions whose data values are not fixed. And because gas cannot be estimated without the values it might show infinite gas.

1 Like

I mean those errors

These warning can be ignored :raised_hands:. Remix cannot estimate the gas here as the string value can very from small string length to large lenght.

1 Like