Skip to content

Commit

Permalink
tapchannel: use taproot overlay chan type for asset chans
Browse files Browse the repository at this point in the history
With this change, we'll use explicit negotiation for the new asset chan
specific chan type.
  • Loading branch information
Roasbeef committed Jun 27, 2024
1 parent 1e43b37 commit 83b2023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psbt_channel_funder.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (l *LndPbstChannelFunder) OpenChannel(ctx context.Context,

// We'll map our high level params into a request for a: private,
// taproot channel, that uses the PSBT funding flow.
taprootCommitType := lnrpc.CommitmentType_SIMPLE_TAPROOT
taprootCommitType := lnrpc.CommitmentType_SIMPLE_TAPROOT_OVERLAY
openChanStream, errChan, err := l.lnd.Client.OpenChannelStream(
ctx, route.NewVertex(&req.PeerPub), req.ChanAmt, req.PushAmt,
true, lndclient.WithCommitmentType(&taprootCommitType),
Expand Down

0 comments on commit 83b2023

Please sign in to comment.