mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 09:58:39 +02:00
Merge pull request #6358 from Crypt-iQ/amp_state_decoder
channeldb: change to ErrTypeForDecodingErr for amp state
This commit is contained in:
commit
3fce8e7501
@ -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