Fix more beta compiler warnings

This commit is contained in:
Pawan Dhananjay 2023-07-17 13:29:12 -07:00
parent 382b5abbee
commit e1d0724abf
No known key found for this signature in database
GPG Key ID: A92ECBC547FB76B6

View File

@ -48,8 +48,8 @@ use types::{
use types::{ use types::{
BlindedPayload, BlockType, ChainSpec, Epoch, ExecutionPayloadCapella, ExecutionPayloadMerge, BlindedPayload, BlockType, ChainSpec, Epoch, ExecutionPayloadCapella, ExecutionPayloadMerge,
}; };
use types::{KzgProofs, Withdrawals}; use types::{KzgProofs};
use types::{ProposerPreparationData, PublicKeyBytes, Signature, Slot, Transaction, Uint256}; use types::{ProposerPreparationData, PublicKeyBytes, Signature, Slot, Transaction};
mod block_hash; mod block_hash;
mod engine_api; mod engine_api;