lnd.xprv/lnwallet
Olaoluwa Osuntokun 044b65317a
lnwallet: remove setup.go
This file is no longer needed as each implementation of the
WalletController is expected to handle its own set up via an instance
of the WalletDriver factory struct.
2016-09-08 12:25:40 -07:00
..
btcwallet lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
channel_test.go lnwallet: add basic tests for cooperative channel closure 2016-07-27 11:32:35 -07:00
channel.go lnwallet: use the ChainNotifier interface throughout instead of BtcdNotifier 2016-09-01 19:13:19 -07:00
config.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
interface.go lnwallet: revamp interfaces, add BlockChainIO and Singer 2016-09-08 12:25:28 -07:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.go lnwallet: update reservation workflow to revoke keys 2016-06-30 12:02:51 -07:00
script_utils_test.go lnwallet: createCommitTx now a revocation key 2016-06-30 12:12:19 -07:00
script_utils.go lnwallet: fix bug in lockTimeToSequence function 2016-08-25 16:25:32 -07:00
wallet_test.go lnwallet: use the ChainNotifier interface throughout instead of BtcdNotifier 2016-09-01 19:13:19 -07:00
wallet.go lnwallet: replace naive coin selection a size+fee aware version 2016-09-08 12:25:36 -07:00