Fix warnings in rpc
This commit is contained in:
parent
9f62f261c4
commit
40c6be294b
@ -1,5 +1,6 @@
|
||||
use ssz::{impl_decode_via_from, impl_encode_via_from, Decodable, DecodeError, Encodable};
|
||||
/// Available RPC methods types and ids.
|
||||
//!Available RPC methods types and ids.
|
||||
|
||||
use ssz::{impl_decode_via_from, impl_encode_via_from};
|
||||
use ssz_derive::{Decode, Encode};
|
||||
use types::{BeaconBlockBody, BeaconBlockHeader, Epoch, Hash256, Slot};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user