mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change alignment.
This commit is contained in:
@@ -2078,7 +2078,7 @@ TypePointer FunctionType::encodingType() const
|
||||
TypePointer FunctionType::interfaceType(bool /*_inLibrary*/) const
|
||||
{
|
||||
if (m_location == Location::External)
|
||||
return make_shared<IntegerType>(8 * storageBytes());
|
||||
return make_shared<FixedBytesType>(storageBytes());
|
||||
else
|
||||
return TypePointer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user