Change OpenChannel endpoint to open public channels

This commit is contained in:
Yaacov Akiba Slama
2021-03-11 17:04:15 +02:00
parent d532a78143
commit ab2be36642

View File

@@ -117,7 +117,7 @@ func (s *server) OpenChannel(ctx context.Context, in *lspdrpc.OpenChannelRequest
PushSat: 0,
TargetConf: targetConf,
MinHtlcMsat: minHtlcMsat,
Private: true,
Private: false,
})
log.Printf("Response from OpenChannel: %#v (TX: %v)", response, hex.EncodeToString(response.GetFundingTxidBytes()))