lnd.xprv/lnwallet
Olaoluwa Osuntokun 4632894562 lnwallet: move teardown of rpctest before setup to ensure proper cleanup
* Previously, if the call to SetUp(..) returned an error, then the test
harness would fail to stop the running bcd process, and clean up the
test directories. This would cause any subsequent tests to fail. This
commit remedies this scenario.
2016-02-05 12:32:23 -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: add active Bitcoin network to config 2016-02-03 12:01:44 -08: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: nuke most of setup.go, no longer needed w/ wallet.Loader 2016-02-03 12:01:45 -08:00
wallet_test.go lnwallet: move teardown of rpctest before setup to ensure proper cleanup 2016-02-05 12:32:23 -08:00
wallet.go lnwallet: switch over to using btcwallet's new Loader type 2016-02-03 12:01:45 -08:00