Merge remote-tracking branch 'parity/split-internal-seal' into auth-round

This commit is contained in:
keorn
2016-09-12 11:36:16 +02:00
37 changed files with 775 additions and 335 deletions

View File

@@ -458,8 +458,6 @@ impl Database {
let mut backup_db = PathBuf::from(&self.path);
backup_db.pop();
backup_db.push("backup_db");
println!("Path at {:?}", self.path);
println!("Backup at {:?}", backup_db);
let existed = match fs::rename(&self.path, &backup_db) {
Ok(_) => true,