got rid of the generic parameter for ipc interface

This commit is contained in:
NikVolf
2016-07-16 19:24:45 +02:00
parent 77bbab009e
commit c3ef5c10a3
8 changed files with 15 additions and 15 deletions

View File

@@ -43,4 +43,4 @@ pub trait ChainNotify : Send + Sync {
}
}
impl IpcConfig<ChainNotify> for ChainNotify { }
impl IpcConfig for ChainNotify { }

View File

@@ -1015,4 +1015,4 @@ impl MayPanic for Client {
}
}
impl IpcConfig<BlockChainClient> for BlockChainClient { }
impl IpcConfig for BlockChainClient { }