diff options
author | subtly <subtly@users.noreply.github.com> | 2015-03-10 02:06:01 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-03-10 02:06:01 +0800 |
commit | ac6431e0888bc6c857bfa0cfcae41466fad4e27a (patch) | |
tree | 6455f9c4b350625e84458e25f8bb1d98e76b9a8d | |
parent | f4ac58583b0a90b17069a7a5c34282750e047058 (diff) | |
download | dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar.gz dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar.bz2 dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar.lz dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar.xz dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.tar.zst dexon-solidity-ac6431e0888bc6c857bfa0cfcae41466fad4e27a.zip |
replace go counter logic. remove dead test code.
-rw-r--r-- | rlpx.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -363,7 +363,6 @@ BOOST_AUTO_TEST_CASE(test_secrets_from_go) // test decrypt of frame headers for recvHello bytes plaintext(16); m_frameDec.ProcessData(plaintext.data(), recvHello.data(), h128::size); - cout << "decrypt recv got: " << *(h128*)plaintext.data(); } |