mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
contractcourt/channel_arbitrator: rename UnilateralClose -> RemoteUnilateralClose
This commit is contained in:
parent
bc6b8a7eeb
commit
40b8cf0adb
1 changed files with 1 additions and 1 deletions
|
@ -1359,7 +1359,7 @@ func (c *ChannelArbitrator) channelAttendant(bestHeight int32) {
|
|||
// The remote party has broadcast the commitment on-chain.
|
||||
// We'll examine our state to determine if we need to act at
|
||||
// all.
|
||||
case uniClosure := <-c.cfg.ChainEvents.UnilateralClosure:
|
||||
case uniClosure := <-c.cfg.ChainEvents.RemoteUnilateralClosure:
|
||||
if c.state != StateDefault {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue