mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
test_utils: start chan status manager
This commit is contained in:
parent
8baa6d6601
commit
f525d313b2
1 changed files with 3 additions and 0 deletions
|
@ -392,6 +392,9 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
|
|||
if err != nil {
|
||||
return nil, nil, nil, nil, err
|
||||
}
|
||||
if err = chanStatusMgr.Start(); err != nil {
|
||||
return nil, nil, nil, nil, err
|
||||
}
|
||||
s.chanStatusMgr = chanStatusMgr
|
||||
|
||||
alicePeer := &peer{
|
||||
|
|
Loading…
Add table
Reference in a new issue