decred / dcrlnd

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

remotedcrwallet: Unlock account #136

Closed matheusd closed 3 years ago

matheusd commented 3 years ago

Decrediton now works only with per-account locking, so the remotedcrwallet driver needs to be changed to support unlocking a specific account before fetching the extended private key.

Needed due to https://github.com/decred/decrediton/pull/2664