mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Make the multi-value slice permanent (#15414)
* Remove Old State Paths * Changelog * Gazelle * Lint * Fix State Tests * fix tests, update native state code * move ErrOutOfBounds error from consensus types to mvslice * fix TestStreamEvents_OperationsEvents * add missing gc to fuzz tests * more test fixes * build fix --------- Co-authored-by: nisdas <nishdas93@gmail.com>
This commit is contained in:
@@ -15,7 +15,6 @@ var (
|
||||
// ErrUnsupportedField is returned when a getter/setter access is not supported.
|
||||
ErrUnsupportedField = errors.New("unsupported getter")
|
||||
// ErrOutOfBounds is returned when a slice or array index does not exist.
|
||||
ErrOutOfBounds = errors.New("index out of bounds")
|
||||
)
|
||||
|
||||
// ErrNotSupported constructs a message informing about an unsupported field access.
|
||||
|
||||
Reference in New Issue
Block a user