Skip to content

Commit

Permalink
Merge pull request #2424 from alexbosworth/patch-7
Browse files Browse the repository at this point in the history
lnwallet: fix trivial comment typo
  • Loading branch information
Roasbeef committed Jan 8, 2019
2 parents 4ac54dc + a78e139 commit 154a8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lnwallet/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ type PaymentDescriptor struct {

// ShaOnionBlob is a sha of the onion blob.
//
// NOTE: Populated only in payment descriptor with MalfromedFail type.
// NOTE: Populated only in payment descriptor with MalformedFail type.
ShaOnionBlob [sha256.Size]byte

// FailReason stores the reason why a particular payment was cancelled.
Expand All @@ -311,7 +311,7 @@ type PaymentDescriptor struct {

// FailCode stores the code why a particular payment was cancelled.
//
// NOTE: Populated only in payment descriptor with MalfromedFail type.
// NOTE: Populated only in payment descriptor with MalformedFail type.
FailCode lnwire.FailCode

// [our|their|]PkScript are the raw public key scripts that encodes the
Expand Down

0 comments on commit 154a8a9

Please sign in to comment.