mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 14:32:44 +02:00
peer: the chancloser no longer needs to notify the breach arb of settled transactions
This commit is contained in:
@@ -248,9 +248,7 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
|
||||
wallet: wallet,
|
||||
}
|
||||
|
||||
breachArbiter := &breachArbiter{
|
||||
settledContracts: make(chan *wire.OutPoint, 10),
|
||||
}
|
||||
breachArbiter := &breachArbiter{}
|
||||
|
||||
chainArb := contractcourt.NewChainArbitrator(
|
||||
contractcourt.ChainArbitratorConfig{}, nil,
|
||||
|
Reference in New Issue
Block a user