mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Update user agent to 0.4.0 (#1887)
This commit is contained in:
parent
bef9c2648e
commit
3b7858ecfb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user