decred / dcrwallet

A secure Decred wallet daemon written in Go (golang).
https://decred.org
ISC License
219 stars 156 forks source link

dcrwallet should not continue when specified config file is not present #835

Closed jcvernaleo closed 7 years ago

jcvernaleo commented 7 years ago
jcv@triforce ~ $ dcrwallet -C .dcrwallet-main/
10:49:00.519 2017-07-06 [WRN] DCRW: read .dcrwallet-main: is a directory
10:49:00.520 2017-07-06 [INF] DCRW: Version 1.0.4+dev (Go version go1.8.3)
10:49:01.203 2017-07-06 [INF] WLLT: Opened wallet

In that example, I incorrectly specified a config file with -C and things kept running with the default config which can lead to confusing errors.

chappjc commented 7 years ago

https://github.com/decred/dcrwallet/issues/233

Gets me often

jrick commented 7 years ago

@chappjc I'm confused, that issue was resolved. Am i missing something?