lnwallet: minor comment correction

This commit is contained in:
Olaoluwa Osuntokun
2016-11-10 17:38:42 -08:00
parent ccd0f57cdf
commit 4113260f9f

View File

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