Hello, It seems that peer_name is wrong when ip_to_bind is passed. At gossiper.js:35 shouldn't it be? (as there is no address property) ``` this.peer_name = [this.ip_to_bind, this.port.toString()].join(':'); ``` Cheers