rpcserver: remove uneccessary signal to breacharbiter at force close
This signal is no longer needed, as the breacharbiter is given the UnilateralClosure chain event.
This commit is contained in:
parent
2b00e01c53
commit
0f90c950da
@ -1031,12 +1031,6 @@ func (r *rpcServer) CloseChannel(in *lnrpc.CloseChannelRequest,
|
|||||||
r.server.htlcSwitch.RemoveLink(chanID)
|
r.server.htlcSwitch.RemoveLink(chanID)
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
|
||||||
case r.server.breachArbiter.settledContracts <- *chanPoint:
|
|
||||||
case <-r.quit:
|
|
||||||
return fmt.Errorf("server shutting down")
|
|
||||||
}
|
|
||||||
|
|
||||||
// With the necessary indexes cleaned up, we'll now force close
|
// With the necessary indexes cleaned up, we'll now force close
|
||||||
// the channel.
|
// the channel.
|
||||||
chainArbitrator := r.server.chainArb
|
chainArbitrator := r.server.chainArb
|
||||||
|
Loading…
Reference in New Issue
Block a user