Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
removed left over from previous mining algo (erigontech#4377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Jun 6, 2022
1 parent 3ad9359 commit 135fe6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ethdb/privateapi/ethbackend.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,6 @@ func (s *EthBackendServer) StartProposer() {
log.Trace("[Proposer] Wait finished")
}

// Tell the stage headers to leave space for the write transaction for mining stages
s.requestList.Interrupt(engineapi.Yield)

param := core.BlockProposerParametersPOS{
ParentHash: blockToBuild.ParentHash(),
Timestamp: blockToBuild.Header().Time,
Expand Down

0 comments on commit 135fe6f

Please sign in to comment.