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
With Truffle 2.0.7, I am trying to compile MyConference.sol. I get this error.
Any recent change on Solidity affecting this code ?
Error compiling:
MyConference.sol:36:5: Warning: Return value of low-level calls not used.
recipient.send(amount);
^--------------------^
Compiliation failed. See above.
The text was updated successfully, but these errors were encountered:
With Truffle 2.0.7, I am trying to compile MyConference.sol. I get this error.
Any recent change on Solidity affecting this code ?
Error compiling:
MyConference.sol:36:5: Warning: Return value of low-level calls not used.
recipient.send(amount);
^--------------------^
Compiliation failed. See above.
The text was updated successfully, but these errors were encountered: