diff --git a/intercept.go b/intercept.go index 53e960c..2c5bb1e 100644 --- a/intercept.go +++ b/intercept.go @@ -37,7 +37,7 @@ func openChannel(ctx context.Context, client lnrpc.LightningClient, paymentHash, channelPoint, err := client.OpenChannelSync(ctx, &lnrpc.OpenChannelRequest{ NodePubkey: destination, LocalFundingAmount: capacity, - TargetConf: 20, + TargetConf: 6, Private: true, }) if err != nil {