mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
Fix warnings in rpc
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user