fix compilation

This commit is contained in:
keorn
2016-11-16 13:13:21 +00:00
parent 2fa34fd6a8
commit 3b0d5503b1
4 changed files with 22 additions and 19 deletions

View File

@@ -280,7 +280,7 @@ impl ChainNotify for EthSync {
}
fn stop(&self) {
self.handler.snapshot_service.abort_restore();
self.eth_handler.snapshot_service.abort_restore();
self.network.stop().unwrap_or_else(|e| warn!("Error stopping network: {:?}", e));
}