From 4113260f9f04f1a70459da73b913416200bf95fc Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 10 Nov 2016 17:38:42 -0800 Subject: [PATCH] lnwallet: minor comment correction --- lnwallet/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 2ad376a8..104dd5e0 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -187,7 +187,7 @@ type commitment struct { ourBalance btcutil.Amount theirBalance btcutil.Amount - // htlcs is the set of HTLC's which remain uncleared within this + // htlcs is the set of HTLC's which remain unsettled within this // commitment. outgoingHTLCs []*PaymentDescriptor incomingHTLCs []*PaymentDescriptor