Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: nidhi-singh02 <[email protected]>
  • Loading branch information
nidhi-singh02 committed Sep 25, 2024
1 parent c16d30a commit 66d5082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mod/beacon/blockchain/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ type Genesis[DepositT any, ExecutionPayloadHeaderT any] interface {
GetDeposits() []DepositT
// GetExecutionPayloadHeader returns the execution payload header.
GetExecutionPayloadHeader() ExecutionPayloadHeaderT
GetGenesisTime() uint64
}

// LocalBuilder is the interface for the builder service.
Expand Down
1 change: 0 additions & 1 deletion mod/node-api/backend/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ func (b Backend[
if err != nil {
return 0, err
}

return st.GetGenesisTime()
}

0 comments on commit 66d5082

Please sign in to comment.