channeldb: change to ErrTypeForDecodingErr for amp state

Was instead returning ErrTypeForEncodingErr.
This commit is contained in:
eugene 2022-03-23 12:05:11 -04:00
parent 802544b62a
commit 4373faa818
No known key found for this signature in database
GPG Key ID: 118759E83439A9B1

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