Update user agent (#3384)

* Update user agent

* update prev version
This commit is contained in:
benthecarman 2021-07-09 06:54:10 -05:00 committed by GitHub
parent 38c55ad0c0
commit 45233be22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -21,7 +21,7 @@ import scala.util.Properties
object CommonSettings {
val previousStableVersion: String = "0.6.0"
val previousStableVersion: String = "0.7.0"
private def isCI = {
Properties