Skip to content

Commit a2733f5

Browse files
fixup! ABI coder v1 deprecation warning
1 parent 8dc6d07 commit a2733f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsolidity/analysis/SyntaxChecker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ bool SyntaxChecker::visit(PragmaDirective const& _pragma)
154154
m_errorReporter.warning(
155155
9511_error,
156156
_pragma.location(),
157-
"ABI coder v1 is deprecated and scheduled for removal in the next breaking version (0.9)."
157+
"ABI coder v1 is deprecated and scheduled for removal in the next breaking version (0.9). "
158+
"Use ABI coder v2 instead."
158159
);
159160
}
160161
else if (_pragma.literals()[0] == "solidity")

0 commit comments

Comments
 (0)