mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix lint error
This commit is contained in:
parent
80ec7dcf02
commit
acb8edda00
1 changed files with 2 additions and 2 deletions
|
|
@ -218,8 +218,8 @@ func (b *Builder) Bid(builderPubKey phase0.BLSPubKey) (*suavextypes.SubmitBlockR
|
|||
|
||||
blockBidMsg := builderV1.BidTrace{
|
||||
Slot: b.args.Slot,
|
||||
ParentHash: phase0.Hash32(payload.ParentHash),
|
||||
BlockHash: phase0.Hash32(payload.BlockHash),
|
||||
ParentHash: payload.ParentHash,
|
||||
BlockHash: payload.BlockHash,
|
||||
BuilderPubkey: builderPubKey,
|
||||
ProposerPubkey: phase0.BLSPubKey(proposerPubkey),
|
||||
ProposerFeeRecipient: bellatrix.ExecutionAddress(b.args.FeeRecipient),
|
||||
|
|
|
|||
Loading…
Reference in a new issue