lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun a144018e98
lnwallet: remove p2pkh as an address type, wallet is now pure segwit
In this commit, we modify the mechanics of the wallet to only allow
derivation of segwit-like addresses. Additionally, the ConfirmedBalance
method on the WalletController now only has a single argument, as it’s
assumed that the wallet is itself only concerned with segwit outputs.
2018-03-06 16:04:03 -05:00
..
blockchain.go multi: add bitcoind drivers and tests 2018-01-15 13:59:34 -08:00
btcwallet.go lnwallet: remove p2pkh as an address type, wallet is now pure segwit 2018-03-06 16:04:03 -05:00
config.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00
driver.go multi: add bitcoind drivers and tests 2018-01-15 13:59:34 -08:00
signer.go lnwallet/btcwallet: update Signer implementation to use keychain.KeyDescriptor 2018-03-06 16:04:01 -05:00