Skip to content

Commit

Permalink
Update packages/taiko-client/driver/chain_syncer/blob/blocks_inserter…
Browse files Browse the repository at this point in the history
…/common.go

Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Feb 4, 2025
1 parent 3052722 commit d43d9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func isBlockPreconfirmed(
Timestamp: header.Time,
FeeRecipient: header.Coinbase,
Random: header.MixDigest,
Withdrawals: []*types.Withdrawal{},
Withdrawals: make([]*types.Withdrawal, 0),
Version: engine.PayloadV2,
}
id = args.Id()
Expand Down

0 comments on commit d43d9df

Please sign in to comment.