remove client_db field from snapshot service

This commit is contained in:
Robert Habermeier
2016-09-07 19:38:59 +02:00
parent 57d5c35bb6
commit b0f6bf2e78
3 changed files with 2 additions and 8 deletions

View File

@@ -94,7 +94,6 @@ impl ClientService {
pruning: pruning,
channel: io_service.channel(),
snapshot_root: snapshot_path.into(),
client_db: client_path.into(),
db_restore: client.clone(),
};
let snapshot = Arc::new(try!(SnapshotService::new(snapshot_params)));