derive Eq for tests

This commit is contained in:
keorn 2016-11-25 16:43:26 +00:00
parent a143da2cb8
commit d2099d9f13
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use nanoipc;
use client::BlockChainClient;
/// Message type for external and internal events
#[derive(Clone)]
#[derive(Clone, PartialEq, Eq)]
pub enum ClientIoMessage {
/// Best Block Hash in chain has been changed
NewChainHead,