fixed silly issue with DEFAULT_BITCOIND_LOCATION

This commit is contained in:
cwaldron97 2019-07-03 16:10:17 -05:00
parent 5171ee61ac
commit 8a576f91f6

View File

@ -90,9 +90,9 @@ object BitcoindInstance {
val cmd =
if (Properties.isWin) {
"bitcoind.exe".!!
"which bitcoind.exe".!!
} else {
"bitcoind".!!
"which bitcoind".!!
}
val path = cmd