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 fcc4485 commit ac0f8f0Copy full SHA for ac0f8f0
test/libsolidity/util/ContractABIUtils.h
@@ -72,7 +72,7 @@ class ContractABIUtils
72
73
/// Calculates the encoding size of given _parameters based
74
/// on the size of their types.
75
- static size_t encodingSize(ParameterList const& _paremeters);
+ static size_t encodingSize(ParameterList const& _parameters);
76
77
private:
78
/// Parses and translates a single type and returns a list of
0 commit comments