htlcswitch/link: rename UnilateralClose -> RemoteUnilateralClose

This commit is contained in:
Johan T. Halseth 2018-03-16 15:19:11 +01:00
parent 2fdc5992a4
commit bc6b8a7eeb
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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())