diff options
author | Gav Wood <i@gavwood.com> | 2014-11-18 19:00:58 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-11-18 19:00:58 +0800 |
commit | 4db1839607601313fb23e2947df0caeca1c416fb (patch) | |
tree | fad6def4e3b499c18934291b9f1480c61fa2e1f6 /crypto.cpp | |
parent | 09be38b0c1a7283bae8e84fe41aba8a2b916a608 (diff) | |
download | dexon-solidity-4db1839607601313fb23e2947df0caeca1c416fb.tar.gz dexon-solidity-4db1839607601313fb23e2947df0caeca1c416fb.tar.zst dexon-solidity-4db1839607601313fb23e2947df0caeca1c416fb.zip |
Remove overly verbose log.
Diffstat (limited to 'crypto.cpp')
-rw-r--r-- | crypto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ BOOST_AUTO_TEST_CASE(cryptopp_ecdsa_sipaseckp256k1) KeyPair key(secret); bytes m(1, 0xff); - int tests = 2; + int tests = 2 while (m[0]++, tests--) { h256 hm(sha3(m)); |