Skip to content

Commit

Permalink
public channel
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Oct 16, 2023
1 parent 3752ddc commit 7f61677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/notification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func testOfflineNotificationRegularForward(p *testParams) {
log.Print("Opening channel between lsp and Breez client")
channelLB := p.lsp.LightningNode().OpenChannel(p.BreezClient().Node(), &lntest.OpenChannelOptions{
AmountSat: 200000,
IsPublic: false,
IsPublic: true,
})

log.Print("Waiting for channel between Alice and the lsp to be ready.")
Expand Down

0 comments on commit 7f61677

Please sign in to comment.