lnd.xprv/lnwallet
Olaoluwa Osuntokun 034cbef66d lnwallet: avoid goroutines waiting for channel open indefinitely blocking
Select over the quit channel in order to shutdown goroutines waiting
for funding txn confirmations. Without this we may leak goroutines
which are blocked forever if the process isn’t exiting when the walet
is signaled to shutdown.
2016-02-03 12:01:44 -08:00
..
channel.go lnwallet: properly set transaction version on commit txs 2016-02-03 12:01:44 -08:00
coin_select.go lnwallet: finish docstrings within coin select code 2016-01-14 23:56:10 -08:00
config.go lnwallet: actually add the config file 2015-12-29 16:04:23 -06:00
reservation.go update imports to github 2016-01-16 10:45:54 -08:00
script_utils.go lnwallet: fix receiver htlc script 2016-02-03 12:01:44 -08:00
setup.go lnwallet: have wallet return db so it can be closed during shutdown 2016-01-14 23:57:54 -08:00
wallet_test.go lnwallet: have wallet return db so it can be closed during shutdown 2016-01-14 23:57:54 -08:00
wallet.go lnwallet: avoid goroutines waiting for channel open indefinitely blocking 2016-02-03 12:01:44 -08:00