decred / dcrlnd

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

multi: Make names of node config options saner #107

Closed matheusd closed 4 years ago

matheusd commented 4 years ago

This unifies and makes the names of the available options for the 'node' config saner. We now only offer two explicit node options: 'dcrd' and 'dcrw'.

'dcrd' node uses an underlying dcrd for notifcations and can only be used when running in embedded mode.

'dcrw' node uses the wallet for chain notifications. It can be used both with an embedded and a remote wallet.

The old 'spv' mode was removed since it's not really correct (the specific wallet syncing mode is configured only on the wallet and is transparent for dcrlnd).