aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-03-10 02:06:01 +0800
committersubtly <subtly@users.noreply.github.com>2015-03-10 02:06:01 +0800
commitac6431e0888bc6c857bfa0cfcae41466fad4e27a (patch)
tree6455f9c4b350625e84458e25f8bb1d98e76b9a8d
parentf4ac58583b0a90b17069a7a5c34282750e047058 (diff)
downloaddexon-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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rlpx.cpp b/rlpx.cpp
index 59361310..6a86652f 100644
--- a/rlpx.cpp
+++ b/rlpx.cpp
@@ -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();
}