mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
fix typo
This commit is contained in:
parent
d322e378be
commit
9f758e8251
1 changed files with 1 additions and 1 deletions
|
|
@ -797,7 +797,7 @@ func (api *ConsensusAPI) newPayload(params engine.ExecutableData, versionedHashe
|
|||
}
|
||||
slotNum := "nil"
|
||||
if params.SlotNumber != nil {
|
||||
slotnum = strconv.Itoa(int(*params.SlotNumber))
|
||||
slotNum = strconv.Itoa(int(*params.SlotNumber))
|
||||
}
|
||||
log.Warn("Invalid NewPayload params",
|
||||
"params.Number", params.Number,
|
||||
|
|
|
|||
Loading…
Reference in a new issue