mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
appendArgumentsCopyToMemory() has more complicated logic now
- Plus other fixes.
This commit is contained in:
parent
1bf8660bdf
commit
4b43f1b564
@ -2107,7 +2107,7 @@ BOOST_AUTO_TEST_CASE(sha3_multiple_arguments)
|
||||
})";
|
||||
compileAndRun(sourceCode);
|
||||
|
||||
BOOST_CHECK(callContractFunction("foo(uint256,uint256,uint256)", 10 , 12, 13) == encodeArgs(
|
||||
BOOST_CHECK(callContractFunction("foo(uint256,uint256,uint256)", 10, 12, 13) == encodeArgs(
|
||||
dev::sha3(
|
||||
toBigEndian(u256(10)) +
|
||||
toBigEndian(u256(12)) +
|
||||
|
Loading…
Reference in New Issue
Block a user