aboutsummaryrefslogtreecommitdiffstats
path: root/crypto.cpp
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2014-11-14 00:40:44 +0800
committersubtly <subtly@users.noreply.github.com>2014-11-14 00:40:44 +0800
commit4294fb9cbdb34eafad2d589b3a4ab168d0874403 (patch)
tree11010ebd267488f3d8e404c0bdb327bfe5f81a10 /crypto.cpp
parent00d92ca54edcaa7fbeeb74654f0702eab3752f07 (diff)
downloaddexon-solidity-4294fb9cbdb34eafad2d589b3a4ab168d0874403.tar.gz
dexon-solidity-4294fb9cbdb34eafad2d589b3a4ab168d0874403.tar.zst
dexon-solidity-4294fb9cbdb34eafad2d589b3a4ab168d0874403.zip
changes for code review
Diffstat (limited to 'crypto.cpp')
-rw-r--r--crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 2a206bdd..cd7d8e98 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -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--)
{