Skip to content

Commit

Permalink
- extended the interface, removed deprecated stub
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Jan 31, 2023
1 parent fa4f94e commit ccb72c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 255 deletions.
255 changes: 0 additions & 255 deletions core/mock/headerHandlerStub.go

This file was deleted.

1 change: 1 addition & 0 deletions data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type HeaderHandler interface {
SetAdditionalData(headerVersionData headerVersionData.HeaderAdditionalData) error
IsStartOfEpochBlock() bool
ShallowClone() HeaderHandler
CheckFieldsForNil() error
IsInterfaceNil() bool
}

Expand Down

0 comments on commit ccb72c6

Please sign in to comment.