Remove CrdsValue::LeaderId

This commit is contained in:
Michael Vines
2019-03-08 19:28:19 -08:00
parent 17921c9fae
commit 79b2542ca4
9 changed files with 53 additions and 126 deletions

View File

@@ -203,7 +203,7 @@ mod tests {
use jsonrpc_core::{Error, IoHandler, Params};
use jsonrpc_http_server::{AccessControlAllowOrigin, DomainsValidation, ServerBuilder};
use serde_json::Number;
use std::net::{Ipv4Addr, SocketAddr};
use std::net::Ipv4Addr;
use std::sync::mpsc::channel;
use std::thread;