From 40b8cf0adba15e3d47a6af0537025e540975fb09 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Tue, 3 Apr 2018 13:32:46 +0200 Subject: [PATCH] contractcourt/channel_arbitrator: rename UnilateralClose -> RemoteUnilateralClose --- contractcourt/channel_arbitrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contractcourt/channel_arbitrator.go b/contractcourt/channel_arbitrator.go index 949fe5e1b..58028833d 100644 --- a/contractcourt/channel_arbitrator.go +++ b/contractcourt/channel_arbitrator.go @@ -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 }