lnd.xprv/input
Johan T. Halseth 02dd8d23fd
input/size: remove unused constants
Since we never attempt to sweep an HTLC we offered with the preimage on
the remote's commitment, we never use the constant
AcceptedHtlcSuccessWitnessSize for weight estimation. Similarly, we
never timout an HTLC offered by the remote on our own commitment, and
don't need the constant OfferedHtlcTimeoutWitnessSize.
2020-03-09 12:10:57 +01:00
..
input.go input: add constructor for csv-locked inputs 2019-11-13 10:17:26 +01:00
script_utils_test.go multi: move Input interface and related code 2019-01-31 13:25:33 +01:00
script_utils.go input: update CommitSpendNoDelay to be aware of tweakless commits, add new witness type 2019-09-25 18:25:37 -07: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: move Input interface and related code 2019-01-31 13:25:33 +01:00
size.go input/size: remove unused constants 2020-03-09 12:10:57 +01:00
test_utils.go multi: move Input interface and related code 2019-01-31 13:25:33 +01: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+sweep: log input witness types instead of CSV/CLTV count 2019-10-23 17:09:31 +02:00