Merge pull request #2424 from alexbosworth/patch-7

lnwallet: fix trivial comment typo
This commit is contained in:
Olaoluwa Osuntokun 2019-01-07 17:02:29 -08:00 committed by GitHub
commit 154a8a95d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -301,7 +301,7 @@ type PaymentDescriptor struct {
// ShaOnionBlob is a sha of the onion blob. // 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 ShaOnionBlob [sha256.Size]byte
// FailReason stores the reason why a particular payment was cancelled. // FailReason stores the reason why a particular payment was cancelled.
@ -311,7 +311,7 @@ type PaymentDescriptor struct {
// FailCode stores the code why a particular payment was cancelled. // 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 FailCode lnwire.FailCode
// [our|their|]PkScript are the raw public key scripts that encodes the // [our|their|]PkScript are the raw public key scripts that encodes the