Fix warnings
This commit is contained in:
parent
d9a4dbd912
commit
e07fc08f8e
@ -1,11 +1,7 @@
|
|||||||
use clap::ArgMatches;
|
use clap::ArgMatches;
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
use ssz::{Decode, Encode};
|
use ssz::Decode;
|
||||||
use state_processing::{per_block_processing, per_slot_processing, BlockSignatureStrategy};
|
use types::{BeaconBlock, BeaconState, MinimalEthSpec};
|
||||||
use std::fs::File;
|
|
||||||
use std::io::prelude::*;
|
|
||||||
use std::path::PathBuf;
|
|
||||||
use types::{BeaconBlock, BeaconState, EthSpec, MinimalEthSpec};
|
|
||||||
|
|
||||||
pub fn run_parse_hex(matches: &ArgMatches) -> Result<(), String> {
|
pub fn run_parse_hex(matches: &ArgMatches) -> Result<(), String> {
|
||||||
let type_str = matches
|
let type_str = matches
|
||||||
|
Loading…
Reference in New Issue
Block a user