Merge pull request #6358 from Crypt-iQ/amp_state_decoder

channeldb: change to ErrTypeForDecodingErr for amp state
This commit is contained in:
Olaoluwa Osuntokun 2022-03-23 16:10:38 -07:00 committed by GitHub
commit 3fce8e7501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2305,7 +2305,9 @@ func ampStateDecoder(r io.Reader, val interface{}, buf *[8]byte, l uint64) error
return nil
}
return tlv.NewTypeForEncodingErr(val, "channeldb.AMPInvoiceState")
return tlv.NewTypeForDecodingErr(
val, "channeldb.AMPInvoiceState", l, l,
)
}
// deserializeHtlcs reads a list of invoice htlcs from a reader and returns it