mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow mapping arguments for public and external library functions.
This commit is contained in:
committed by
chriseth
parent
f6d8810103
commit
30e6f8d3fb
@@ -1873,6 +1873,8 @@ void ExpressionCompiler::appendExternalFunctionCall(
|
||||
retSize = 0;
|
||||
break;
|
||||
}
|
||||
else if (retType->decodingType())
|
||||
retSize += retType->decodingType()->calldataEncodedSize();
|
||||
else
|
||||
retSize += retType->calldataEncodedSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user