[tests] Use network_thread_start() in tests.

This commit is contained in:
John Newbery
2017-12-08 11:45:46 -05:00
parent 5fc6e71d19
commit 74e64f24b8
22 changed files with 37 additions and 34 deletions

View File

@@ -68,7 +68,7 @@ contains the higher level logic for processing P2P payloads and connecting to
the Bitcoin Core node application logic. For custom behaviour, subclass the
P2PInterface object and override the callback methods.
- Call `NetworkThread.start()` after all `P2PInterface` objects are created to
- Call `network_thread_start()` after all `P2PInterface` objects are created to
start the networking thread. (Continue with the test logic in your existing
thread.)