Update user agent to 0.4.0 (#1887)

This commit is contained in:
Ben Carman 2020-08-24 17:20:56 -05:00 committed by GitHub
parent bef9c2648e
commit 3b7858ecfb

View File

@ -75,7 +75,7 @@ case class PeerMessageSender(client: P2PClient)(implicit conf: NodeAppConfig)
val transmittingIpAddress = InetAddress.getLocalHost
val receivingIpAddress = client.peer.socket.getAddress
val versionMsg = VersionMessage(conf.network,
"/Bitcoin-S:0.3.0/",
"/Bitcoin-S:0.4.0/",
Int32(height),
receivingIpAddress,
transmittingIpAddress)