Address other minor issues

This commit is contained in:
Paul Hauner
2019-11-23 12:39:45 +11:00
parent ef4e12da51
commit 7109ffa89d
4 changed files with 4 additions and 6 deletions

View File

@@ -3,9 +3,6 @@ use serde::{Deserialize, Serialize};
use std::net::Ipv4Addr;
/// Defines the encoding for the API
///
/// The validator client can speak to the beacon node in a number of encodings. Currently both JSON
/// and YAML are supported.
#[derive(Clone, Serialize, Deserialize, Copy)]
pub enum ApiEncodingFormat {
JSON,