mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
fixed silly issue with DEFAULT_BITCOIND_LOCATION
This commit is contained in:
parent
5171ee61ac
commit
8a576f91f6
@ -90,9 +90,9 @@ object BitcoindInstance {
|
||||
|
||||
val cmd =
|
||||
if (Properties.isWin) {
|
||||
"bitcoind.exe".!!
|
||||
"which bitcoind.exe".!!
|
||||
} else {
|
||||
"bitcoind".!!
|
||||
"which bitcoind".!!
|
||||
}
|
||||
|
||||
val path = cmd
|
||||
|
Loading…
Reference in New Issue
Block a user