mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Fix more beta compiler warnings
This commit is contained in:
@@ -48,8 +48,8 @@ use types::{
|
||||
use types::{
|
||||
BlindedPayload, BlockType, ChainSpec, Epoch, ExecutionPayloadCapella, ExecutionPayloadMerge,
|
||||
};
|
||||
use types::{KzgProofs, Withdrawals};
|
||||
use types::{ProposerPreparationData, PublicKeyBytes, Signature, Slot, Transaction, Uint256};
|
||||
use types::{KzgProofs};
|
||||
use types::{ProposerPreparationData, PublicKeyBytes, Signature, Slot, Transaction};
|
||||
|
||||
mod block_hash;
|
||||
mod engine_api;
|
||||
|
||||
Reference in New Issue
Block a user