lnd.xprv/lnwallet/chanfunding
Bjarne Magnussen 59c40ec8b4
chanfunding: fee estimation based on change output in CoinSelect
Add a dust-limit to `CoinSelect` and let the fee estimation consider if a change output is needed or not, assuring that if the change is below the dust-limit it will go towards the fee instead.
2021-04-13 11:37:12 +02:00
..
assembler.go lnwallet/chanfunding: add Inputs/Outputs to assemblers 2021-01-19 10:53:45 +01:00
canned_assembler.go lnwallet/chanfunding: add Inputs/Outputs to assemblers 2021-01-19 10:53:45 +01:00
coin_select_test.go chanfunding: fee estimation based on change output in CoinSelect 2021-04-13 11:37:12 +02:00
coin_select.go chanfunding: fee estimation based on change output in CoinSelect 2021-04-13 11:37:12 +02:00
log.go lnwallet/chanfunding: introduce new channel funding abstractions 2019-12-02 17:11:32 -06:00
psbt_assembler_test.go chanfunding: verify inputs are signed in raw tx 2020-09-15 08:30:22 +02:00
psbt_assembler.go lnwallet/chanfunding: add Inputs/Outputs to assemblers 2021-01-19 10:53:45 +01:00
wallet_assembler.go chanfunding: fee estimation based on change output in CoinSelect 2021-04-13 11:37:12 +02:00