decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

dcrwallet: Fix peers.json file location #159

Closed matheusd closed 2 years ago

matheusd commented 2 years ago

This fixes the expected location of the peers.json file when running an embedded dcrwallet install in SPV mode. Previously this file was not maintained as the path was wrong.

It also adds a commit to expose the underlying log io writer to ease debugging in third party tools.