You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solidity compiler gives this type of warning quite a bit. fs.sol:52:20: Warning: This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the data.
I believe this is a breaking change in 0.5.0, so it would be good to change this sooner than later.
The text was updated successfully, but these errors were encountered:
I don’t have a problem with someone else paying for it. As long as we can keep the notifications to a minimum, sometimes these type of services can be really annoying.
Solidity compiler gives this type of warning quite a bit.
fs.sol:52:20: Warning: This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the data.
I believe this is a breaking change in 0.5.0, so it would be good to change this sooner than later.
The text was updated successfully, but these errors were encountered: