mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix storage array abi encoding
Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots
This commit is contained in:
@@ -154,7 +154,7 @@ private:
|
||||
EncodingOptions const& _options
|
||||
);
|
||||
/// Part of @a abiEncodingFunction for array target type and given memory array or
|
||||
/// a given storage array with one item per slot.
|
||||
/// a given storage array with every item occupies one or multiple full slots.
|
||||
std::string abiEncodingFunctionSimpleArray(
|
||||
ArrayType const& _givenType,
|
||||
ArrayType const& _targetType,
|
||||
|
||||
Reference in New Issue
Block a user