mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update code after review
This commit is contained in:
@@ -293,7 +293,8 @@ string ABIFunctions::abiEncodingFunction(
|
||||
return abiEncodingFunctionInlineArray(
|
||||
dynamic_cast<InlineArrayType const&>(_from),
|
||||
dynamic_cast<ArrayType const&>(_to),
|
||||
_options);
|
||||
_options
|
||||
);
|
||||
|
||||
}
|
||||
else if (auto toArray = dynamic_cast<ArrayType const*>(&to))
|
||||
|
||||
Reference in New Issue
Block a user