mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added externalTypes function to functionType
removed flag for externalSigniture
This commit is contained in:
parent
25e4cf071a
commit
a427053d99
@ -414,7 +414,7 @@ BOOST_AUTO_TEST_CASE(function_external_types)
|
||||
auto functions = contract->getDefinedFunctions();
|
||||
if (functions.empty())
|
||||
continue;
|
||||
BOOST_CHECK_EQUAL("boo(uint256,bool,bytes8,bool[2],uint256[],address)", functions[0]->externalSignature(true));
|
||||
BOOST_CHECK_EQUAL("boo(uint256,bool,bytes8,bool[2],uint256[],address)", functions[0]->externalSignature());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user