lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun 844cdba513
lnwallet/btcwallet: unlock wallet during startup, not creation
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.
2017-04-23 19:17:59 -07:00
..
blockchain.go lnd: partially fix golint warnings 2017-03-13 16:30:23 -07:00
btcwallet.go lnwallet/btcwallet: unlock wallet during startup, not creation 2017-04-23 19:17:59 -07:00
config.go lnd: fix golint warning which requires to add additional comments 2017-03-13 16:30:23 -07:00
driver.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
signer.go lnwallet/btcwallet: remove FundingSigner, implement MessageSigner 2017-04-14 11:08:24 -07:00