lnd/input
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
..
input.go contraccourt+input: create resolver for timeout second level 2020-12-10 14:24:20 +01:00
script_utils_test.go multi: return input.Signature from SignOutputRaw 2020-04-10 14:27:35 -07:00
script_utils.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00
signdescriptor_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
signdescriptor.go input: update SignDescriptor doc to note only segwit is supported 2020-01-06 12:08:14 +01:00
signer.go multi: return input.Signature from SignOutputRaw 2020-04-10 14:27:35 -07:00
size_test.go input/size: add txSize test 2021-03-05 10:58:42 +01:00
size.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00
test_utils.go misc: fix error formatting in multiple files 2020-04-24 19:15:08 +02:00
txout_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
txout.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
witnessgen.go input/witnessgen: define witness type for HTLC 2nd level inputs 2020-12-10 14:24:19 +01:00