lnd.xprv/lnwallet
Olaoluwa Osuntokun 49ce1040d4
lnwallet: adopt simple fee structure for commitment transactions
This commit modifies the prior funding workflow to account for fees
when creating the funding output. As a stop gap, the current fee for
the commitment transaction is now hard-coded at 5k satoshis. Once the
fee models are in place this should instead be some high multiple of
the current “average” fee rate within the network, continuing, the
proper fee should be adjusted from the commitment transaction has
outputs are added/removed.
2016-09-12 19:08:01 -07:00
..
btcwallet lnwallet: modify btcwallet's SignOutputRaw method to get proper pubkey 2016-09-12 19:07:24 -07:00
channel_test.go lnwallet: adopt simple fee structure for commitment transactions 2016-09-12 19:08:01 -07:00
channel.go lnwallet: add ability to trigger a force closure within channel state machine 2016-09-12 19:07:35 -07:00
config.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
interface_test.go lnwallet: adopt simple fee structure for commitment transactions 2016-09-12 19:08:01 -07:00
interface.go lnwallet: add ability to trigger a force closure within channel state machine 2016-09-12 19:07:35 -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: adopt simple fee structure for commitment transactions 2016-09-12 19:08:01 -07:00
script_utils_test.go lnwallet: modify CommitSpendTimeout to expect proper input sequence num and tx version 2016-09-12 19:07:20 -07:00
script_utils.go lnwallet: modify CommitSpendTimeout to expect proper input sequence num and tx version 2016-09-12 19:07:20 -07:00
wallet.go lnwallet: adopt simple fee structure for commitment transactions 2016-09-12 19:08:01 -07:00