decred / dcrlnd

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

Restore --lnddir in dcrlncli to remain consistent with dcrlnd #118

Closed isuldor closed 3 years ago

matheusd commented 3 years ago

Why is this needed? Using the same dir as the upstream lnd would mean you couldn't specify both separately in your env.

isuldor commented 3 years ago

This PR does not change what directory to use. This change to dcrlncli is simply to match the parameter name for dcrlnd.

Currently to change the app directory you would start with: dcrlnd --lnddir /opt/example And then control the daemon using: dcrlncli --dcrlnddir /opt/example This PR addresses that inconsistency.