Skip to content

Commit

Permalink
Follow the new default CLTV
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Apr 25, 2023
1 parent 0337457 commit 6f6e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnd/lnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (l Lnd) SetFees(ctx context.Context, channelID lightning.ChannelID, fee lig
req := lndclient.PolicyUpdateRequest{
BaseFeeMsat: 0,
FeeRate: fee.Rate(),
TimeLockDelta: 40,
TimeLockDelta: 80,
}
return l.c.UpdateChanPolicy(ctx, req, outpoint)
}
Expand Down

0 comments on commit 6f6e21a

Please sign in to comment.