Skip to content

Commit f525d31

Browse files
committed
test_utils: start chan status manager
1 parent 8baa6d6 commit f525d31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_utils.go

+3
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
392392
if err != nil {
393393
return nil, nil, nil, nil, err
394394
}
395+
if err = chanStatusMgr.Start(); err != nil {
396+
return nil, nil, nil, nil, err
397+
}
395398
s.chanStatusMgr = chanStatusMgr
396399

397400
alicePeer := &peer{

0 commit comments

Comments
 (0)