summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cc02b55..f9c5e98 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -342,6 +342,8 @@ void startServer(const vector<string> &)
void stopServer(const vector<string> &)
{
server.reset();
+ testPeers.clear();
+ printLine("stop-server-done");
}
void peerAdd(const vector<string> & args)