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
I advice for to remove this error message, which is misleading for the developers.
The text was updated successfully, but these errors were encountered:
avatar-lavventura
changed the title
Consider using 'transfer' in place of 'call.value() is wrong for solc > v0.6.0
“Consider using 'transfer' in place of 'call.value()” is a false error message
Mar 7, 2020
As for the solidity version 0.6.0, it is recommended to use
call.value()
from now on and usingtransfer
is not recommended.Please see => https://medium.com/consensys-diligence/stop-using-soliditys-transfer-now-b1b6d2d00faf
I advice for to remove this error message, which is misleading for the developers.
The text was updated successfully, but these errors were encountered: