lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun 617716ce9a
lnwallet/btcwallet: implement ListTransactionDetails
This commit implements the new ListTransactionDetails method within
btcwallet’s concrete implementation of the WalletController interface.
Both mined and unmined transactions are currently returned via the same
method. Unmined transactions are indicated by their lack of an
inclusion block hash and lack of confirmations.
2016-10-14 20:16:00 -07:00
..
blockchain.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
btcwallet.go lnwallet/btcwallet: implement ListTransactionDetails 2016-10-14 20:16:00 -07:00
config.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
driver.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
signer.go lnwallet: modify btcwallet's SignOutputRaw method to get proper pubkey 2016-09-12 19:07:24 -07:00