mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 15:34:22 +01:00
htlcswitch/link: rename UnilateralClose -> RemoteUnilateralClose
This commit is contained in:
@@ -832,7 +832,7 @@ out:
|
||||
// the contract as fully settled. Afterwards we can exit.
|
||||
//
|
||||
// TODO(roasbeef): add force closure? also breach?
|
||||
case <-l.cfg.ChainEvents.UnilateralClosure:
|
||||
case <-l.cfg.ChainEvents.RemoteUnilateralClosure:
|
||||
log.Warnf("Remote peer has closed ChannelPoint(%v) on-chain",
|
||||
l.channel.ChannelPoint())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user