mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
parent
38c55ad0c0
commit
45233be22d
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue