Merge branch 'master' into interop

This commit is contained in:
Paul Hauner
2019-09-02 15:15:43 +10:00
5 changed files with 14 additions and 22 deletions

View File

@@ -531,7 +531,6 @@ impl NetworkContext {
"reason" => format!("{:?}", reason),
"peer_id" => format!("{:?}", peer_id),
);
self.send_rpc_request(None, peer_id, RPCRequest::Goodbye(reason))
// TODO: disconnect peers.
}