844cdba513
This commit modifies the way we go about unlocking the wallet. With the latest changes to the API of btcwallet, we can on longer directly access the waddrmgr struct. As a result, we’re now forced to go _directly_ via the wallet to unlock the waddrmgr. The root LightingWallet has been modified to not request the root key until we finish starting the underlying wallet, so we can unlock the wallet in the Start() method. |
||
---|---|---|
.. | ||
blockchain.go | ||
btcwallet.go | ||
config.go | ||
driver.go | ||
signer.go |