lnwallet: minor comment correction

This commit is contained in:
Olaoluwa Osuntokun 2016-11-10 17:38:42 -08:00
parent ccd0f57cdf
commit 4113260f9f
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

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