decred / dcrlnd

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

Add wallet-backed chainntnfs implementations #92

Closed matheusd closed 4 years ago

matheusd commented 4 years ago

Rebased on top of #83

Part of #80

This adds implementations for the chainntnfs package that use the wallet as source of chain events.

This allows to further decouple dcrlnd from an underlying dcrd, which is a requirement for having a dcrlnd instance running in SPV mode.