mirror of
https://github.com/aljazceru/lspd.git
synced 2026-02-08 15:54:23 +01:00
Change OpenChannel endpoint to open public channels
This commit is contained in:
@@ -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()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user