We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20d7c8 commit 75beff0Copy full SHA for 75beff0
libsolidity/analysis/TypeChecker.cpp
@@ -3233,7 +3233,7 @@ bool TypeChecker::visit(MemberAccess const& _memberAccess)
3233
_memberAccess.location(),
3234
fmt::format(
3235
"'{}' is deprecated and scheduled for removal in the next breaking version (0.9). "
3236
- "Use 'call{{value: <amount>}}()' instead.",
+ "Use 'call{{value: <amount>}}(\"\")' instead.",
3237
funType->kind() == FunctionType::Kind::Send ? "send" : "transfer"
3238
)
3239
);
0 commit comments