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:
Oliver Gugger
2021-10-04 12:37:51 +02:00
committed by GitHub
14 changed files with 2380 additions and 1785 deletions

View File

@ -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