Skip to content

Commit

Permalink
Prevent mainnet and testnet nodes to connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
koloale committed Nov 18, 2016
1 parent efe487c commit 751c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/wavesplatform/Application.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scorex.settings.Settings

class Application(as: ActorSystem, appSettings: WavesSettings) extends {
override implicit val settings = appSettings
override val applicationName = Constants.ApplicationName
override val applicationName = Constants.ApplicationName + appSettings.chainParams.addressScheme.chainId.toChar
override val appVersion = {
val parts = Constants.VersionString.split("\\.")
ApplicationVersion(parts(0).toInt, parts(1).toInt, parts(2).split("-").head.toInt)
Expand Down

0 comments on commit 751c2b5

Please sign in to comment.