Skip to content

Commit 97c4c4b

Browse files
committed
challenger: remove redundant Start() call in NewLNCChallenger
1 parent 9fd44c9 commit 97c4c4b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

challenger/lnc.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ func NewLNCChallenger(session *lnc.Session, lncStore lnc.Store,
4141
return nil, err
4242
}
4343

44-
err = lndChallenger.Start()
45-
if err != nil {
46-
return nil, err
47-
}
48-
4944
return &LNCChallenger{
5045
lndChallenger: lndChallenger,
5146
nodeConn: nodeConn,

0 commit comments

Comments
 (0)