You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tableCodec.go, line 146, the comment is suggesting to use errInvalidRecordKey.GenWithStack whereas the function is decoding index prefix key. Might be better to consider changing this into using errInvalidIndexKey.GenWithStack.
In
tableCodec.go
, line 146, the comment is suggesting to useerrInvalidRecordKey.GenWithStack
whereas the function is decoding index prefix key. Might be better to consider changing this into usingerrInvalidIndexKey.GenWithStack
.To
The text was updated successfully, but these errors were encountered: