diff options
author | subtly <subtly@users.noreply.github.com> | 2015-01-26 13:43:53 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-01-26 13:43:53 +0800 |
commit | 29de01b458401615d56a8c9ebbda5e0c7805e9eb (patch) | |
tree | fc13edf8c23fe02a02a668b27626e38fecd7c76f /whisperTopic.cpp | |
parent | e623e8b02089011b7282b3d6289e832a70c664f8 (diff) | |
download | dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar.gz dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar.bz2 dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar.lz dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar.xz dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.tar.zst dexon-solidity-29de01b458401615d56a8c9ebbda5e0c7805e9eb.zip |
add test-require to p2p/host
Diffstat (limited to 'whisperTopic.cpp')
-rw-r--r-- | whisperTopic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/whisperTopic.cpp b/whisperTopic.cpp index eccdf16c..5bd8f0f8 100644 --- a/whisperTopic.cpp +++ b/whisperTopic.cpp @@ -75,7 +75,6 @@ BOOST_AUTO_TEST_CASE(topic) while (!started) this_thread::sleep_for(chrono::milliseconds(1)); - KeyPair us = KeyPair::create(); for (int i = 0; i < 10; ++i) |