lnd/lnwallet/chanfunding
eugene fdcd726f9a
multi: replace DefaultDustLimit with script-specific DustLimitForSize
This commit updates call-sites to use the proper dust limits for
various script types. This also updates the default dust limit used
in the funding flow to be 354 satoshis instead of 573 satoshis.
2021-09-29 13:33:10 -04: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.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00
coin_select_test.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00
log.go lnwallet/chanfunding: introduce new channel funding abstractions 2019-12-02 17:11:32 -06:00
psbt_assembler.go chanfunding: extend PSBT witness input check 2021-05-13 20:42:57 +02:00
psbt_assembler_test.go chanfunding: extend PSBT witness input check 2021-05-13 20:42:57 +02:00
wallet_assembler.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00