lnd.xprv/lnwallet
Olaoluwa Osuntokun c6eedafb9a
lnwallet: update reservation workflow to be segwitty
Only nested p2sh or pure witness outputs are used when selecting coins
for inputs to a funding transaction.

The funding transaction output now uses p2wsh rather than regular p2sh.

All tests have been updated accordingly.
2016-05-03 20:06:58 -07:00
..
channel.go lnwallet: segwit-ify all scripts and signing utils 2016-05-03 20:06:39 -07:00
coin_select.go lnwallet: finish docstrings within coin select code 2016-01-14 23:56:10 -08:00
config.go Integrate basic configuration functionality 2016-03-22 13:28:56 -07:00
interface.go lnwallet: add ListUnspentWitness to WalletController 2016-04-12 21:36:41 -07:00
log.go multi: create lnd's logging infrastructure 2016-03-22 18:43:10 -07:00
reservation.go lnwallet: use InputScripts struct within ChannelReservation 2016-05-03 20:06:44 -07:00
script_utils.go lnwallet: segwit-ify all scripts and signing utils 2016-05-03 20:06:39 -07: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: update reservation workflow to be segwitty 2016-05-03 20:06:58 -07:00
wallet.go lnwallet: update reservation workflow to be segwitty 2016-05-03 20:06:58 -07:00