Skip to content

Commit

Permalink
remove explicit reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Dec 6, 2024
1 parent 9d2b177 commit 35d4abf
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 @@ -134,7 +134,7 @@ func testOfflineNotificationRegularForward(p *testParams) {
<-delivered
log.Printf("Notification was delivered. Starting breez client again")
p.BreezClient().Start()
p.BreezClient().Node().ConnectPeer(p.lsp.LightningNode())
// p.BreezClient().Node().ConnectPeer(p.lsp.LightningNode())
}()

url := "http://" + addr + "/api/v1/notify"
Expand Down

0 comments on commit 35d4abf

Please sign in to comment.