mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-19 14:54:22 +01:00
Decrease target conf to 6
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user