Skip to content

Commit

Permalink
Fix GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Apr 1, 2021
1 parent 9771ce6 commit 6d38952
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,7 @@ class MainController(val handlers: Handlers, val hostServices: HostServices) ext
labelApi.setText(s"${setup.config.getInt("api.port")}")
labelServer.setText(s"${setup.config.getInt("server.port")}")

val wallet = setup.nodeParams.watcherType match {
case BITCOIND => "Bitcoin-core"
}
bitcoinWallet.setText(wallet)
bitcoinWallet.setText("Bitcoin-core")
bitcoinChain.setText(s"${setup.chain.toUpperCase()}")
bitcoinChain.getStyleClass.add(setup.chain)

Expand Down

0 comments on commit 6d38952

Please sign in to comment.