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{
|
channelPoint, err := client.OpenChannelSync(ctx, &lnrpc.OpenChannelRequest{
|
||||||
NodePubkey: destination,
|
NodePubkey: destination,
|
||||||
LocalFundingAmount: capacity,
|
LocalFundingAmount: capacity,
|
||||||
TargetConf: 20,
|
TargetConf: 6,
|
||||||
Private: true,
|
Private: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user