eth/catalyst: fix log (#29549)
log:output the correct variable Co-authored-by: steven <steven@stevendeMacBook-Pro.local>
This commit is contained in:
parent
f437307877
commit
fadd9d8b81
@ -627,7 +627,7 @@ func (api *ConsensusAPI) newPayload(params engine.ExecutableData, versionedHashe
|
||||
log.Warn("State not available, ignoring new payload")
|
||||
return engine.PayloadStatusV1{Status: engine.ACCEPTED}, nil
|
||||
}
|
||||
log.Trace("Inserting block without sethead", "hash", block.Hash(), "number", block.Number)
|
||||
log.Trace("Inserting block without sethead", "hash", block.Hash(), "number", block.Number())
|
||||
if err := api.eth.BlockChain().InsertBlockWithoutSetHead(block); err != nil {
|
||||
log.Warn("NewPayloadV1: inserting block failed", "error", err)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user