mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix jsTo...
This commit is contained in:
parent
99b31eab89
commit
b93f8a1808
@ -68,7 +68,7 @@ BOOST_AUTO_TEST_CASE(topic)
|
|||||||
this_thread::sleep_for(chrono::milliseconds(50));
|
this_thread::sleep_for(chrono::milliseconds(50));
|
||||||
|
|
||||||
Host ph("Test", NetworkPreferences(50300, "", false, true));
|
Host ph("Test", NetworkPreferences(50300, "", false, true));
|
||||||
auto wh = ph.registerCapability(new WhisperHost());
|
shared_ptr<WhisperHost> wh = ph.registerCapability(new WhisperHost());
|
||||||
this_thread::sleep_for(chrono::milliseconds(500));
|
this_thread::sleep_for(chrono::milliseconds(500));
|
||||||
ph.start();
|
ph.start();
|
||||||
this_thread::sleep_for(chrono::milliseconds(500));
|
this_thread::sleep_for(chrono::milliseconds(500));
|
||||||
|
Loading…
Reference in New Issue
Block a user