mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-08 21:48:05 -05:00
Rename fields for latest deneb release.
This commit is contained in:
@@ -881,8 +881,8 @@ func outputDenebBlockExecutionPayload(_ context.Context,
|
||||
res.WriteString(fmt.Sprintf("%d\n", len(payload.Transactions)))
|
||||
res.WriteString(" Withdrawals: ")
|
||||
res.WriteString(fmt.Sprintf("%d\n", len(payload.Withdrawals)))
|
||||
res.WriteString(" Excess data gas: ")
|
||||
res.WriteString(fmt.Sprintf("%d\n", payload.ExcessDataGas))
|
||||
res.WriteString(" Excess blob gas: ")
|
||||
res.WriteString(fmt.Sprintf("%d\n", payload.ExcessBlobGas))
|
||||
}
|
||||
|
||||
return res.String(), nil
|
||||
|
||||
Reference in New Issue
Block a user