rename ActorSystem.root to rootPath
This commit is contained in:
parent
5cc228e7b4
commit
2b6d9ca6bd
8 changed files with 23 additions and 22 deletions
|
|
@ -107,7 +107,7 @@ class Gossiper(remote: Remote) {
|
|||
private val connectionManager = new RemoteConnectionManager(app, remote, Map.empty[RemoteAddress, ActorRef])
|
||||
private val seeds = Set(address) // FIXME read in list of seeds from config
|
||||
|
||||
private val address = app.root.remoteAddress
|
||||
private val address = app.rootPath.remoteAddress
|
||||
private val nodeFingerprint = address.##
|
||||
|
||||
private val random = SecureRandom.getInstance("SHA1PRNG")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue