lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun 85defc3ec3
lnwallet: add new method IsSynced to the WalletController interface
This commit adds a new method to the WalletController interface:
IsSynced. The role of the function is to query the local wallet about
if it thinks it has fully synced to the tip of the current main chain.
This function can be useful within U.I’s to block off certain
functionality until the wallet is fully synced to the main chain.
2016-12-12 15:56:33 -08:00
..
blockchain.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07: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