mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
changes for code review
This commit is contained in:
parent
00d92ca54e
commit
4294fb9cbd
@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1)
|
||||
Secret secret(sha3(sbytes));
|
||||
KeyPair key(secret);
|
||||
|
||||
bytes m(fromHex("0xFF"));
|
||||
bytes m({0xFF});
|
||||
int tests = 2;
|
||||
while (m[0]++, tests--)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user