mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 02:58:03 +02:00
channeldb: change to ErrTypeForDecodingErr for amp state
Was instead returning ErrTypeForEncodingErr.
This commit is contained in:
parent
802544b62a
commit
4373faa818
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user