mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
removed unneeded comment
This commit is contained in:
parent
d8dba8d7f9
commit
100f133d49
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ func (api *ConsensusAPI) verifyPayloadAttributes(attr *engine.PayloadAttributes)
|
|||
return nil
|
||||
}
|
||||
|
||||
// TODO: figure out the timing here
|
||||
func (api *ConsensusAPI) forkchoiceUpdated(update engine.ForkchoiceStateV1, payloadAttributes *engine.PayloadAttributes) (engine.ForkChoiceResponse, error) {
|
||||
api.forkchoiceLock.Lock()
|
||||
defer api.forkchoiceLock.Unlock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue