Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit e8e7052

Browse files
committed
fixing wrong actor ref
Signed-off-by: pragmaxim <[email protected]>
1 parent bd4e5d4 commit e8e7052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scorex/core/network/NetworkController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class NetworkController(settings: NetworkSettings,
203203
filterConnections(Broadcast, Version.initial).foreach { connectedPeer =>
204204
connectedPeer.handlerRef ! CloseConnection
205205
}
206-
self ! Unbind
206+
tcpManager ! Unbind
207207
context stop self
208208
}
209209

0 commit comments

Comments
 (0)