lnd/lnwallet/chanfunding
Oliver Gugger 1608faf199
multi: allow skipping the PSBT finalize step
The FundingPsbtFinalize step is a safety measure that assures the final
signed funding transaction has the same TXID as was registered during
the funding flow and was used for the commitment transactions.
This step is cumbersome to use if the whole funding process is completed
external to lnd. We allow the finalize step to be skipped for such
cases. The API user/script will need to make sure things are verified
(and possibly cleaned up) properly.
2021-10-04 11:17:08 +02:00
..
assembler.go lnwallet/chanfunding: add Inputs/Outputs to assemblers 2021-01-19 10:53:45 +01:00
canned_assembler.go chanfunding: fix swapped godoc comments 2021-10-04 11:17:07 +02:00
coin_select_test.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00
coin_select.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_test.go multi: allow skipping the PSBT finalize step 2021-10-04 11:17:08 +02:00
psbt_assembler.go multi: allow skipping the PSBT finalize step 2021-10-04 11:17:08 +02:00
wallet_assembler.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00