mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-07 14:00:08 +02:00
Merge pull request #5363 from guggero/psbt-no-final-tx
Allow skipping `PsbtFinalize` step during channel funding to support external broadcast
This commit is contained in:
@ -7133,7 +7133,7 @@ func (r *rpcServer) FundingStateStep(ctx context.Context,
|
||||
}
|
||||
|
||||
err = r.server.cc.Wallet.PsbtFundingVerify(
|
||||
pendingChanID, packet,
|
||||
pendingChanID, packet, in.GetPsbtVerify().SkipFinalize,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user