lnd/lnwallet/btcwallet
Olaoluwa Osuntokun 782fc61dc1
lnwallet+lnrpc: convert GetCurrentHeight to GetBestBlock in BlockChainIO
This commit expands the data returned by the current GetCurrentHeight
to also return the current best block hash, expanding the method into
GetBestBlock. Additionally, the current best BlockHash is also now
displayed within the GetInfo RPC call.
2016-12-27 16:43:26 -08:00
..
blockchain.go lnwallet+lnrpc: convert GetCurrentHeight to GetBestBlock in BlockChainIO 2016-12-27 16:43:26 -08:00
btcwallet.go lnwallet: add new method IsSynced to the WalletController interface 2016-12-12 15:56:33 -08: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: extend the SignDescriptor to include a PrivateTweak 2016-11-18 17:12:58 -08:00