Deprecated warning for .value() and .gas() on function and constructror calls

This commit is contained in:
Djordje Mijovic
2020-03-04 12:51:49 +01:00
parent b65a165da1
commit 58c6b90705
26 changed files with 150 additions and 18 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ External (or public) functions have the following members:
Example that shows how to use the members::
pragma solidity >=0.4.16 <0.7.0;
// This will report a warning
contract Example {
function f() public payable returns (bytes4) {