mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
1608faf199
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. |
||
---|---|---|
.. | ||
assembler.go | ||
canned_assembler.go | ||
coin_select_test.go | ||
coin_select.go | ||
log.go | ||
psbt_assembler_test.go | ||
psbt_assembler.go | ||
wallet_assembler.go |