mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Change bitcoind RPC Password to PasswordField (#3587)
This commit is contained in:
parent
ac8bdb120c
commit
8cff5b6e33
@ -43,7 +43,7 @@ class BitcoindConfigPane(
|
||||
minWidth = 300
|
||||
}
|
||||
|
||||
private val rpcPasswordTF: TextField = new TextField {
|
||||
private val rpcPasswordTF: PasswordField = new PasswordField {
|
||||
text = Try(appConfig.rpcPassword).getOrElse("")
|
||||
minWidth = 300
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user