got rid of the generic parameter for ipc interface
This commit is contained in:
@@ -43,4 +43,4 @@ pub trait ChainNotify : Send + Sync {
|
||||
}
|
||||
}
|
||||
|
||||
impl IpcConfig<ChainNotify> for ChainNotify { }
|
||||
impl IpcConfig for ChainNotify { }
|
||||
|
||||
@@ -1015,4 +1015,4 @@ impl MayPanic for Client {
|
||||
}
|
||||
}
|
||||
|
||||
impl IpcConfig<BlockChainClient> for BlockChainClient { }
|
||||
impl IpcConfig for BlockChainClient { }
|
||||
|
||||
Reference in New Issue
Block a user