mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
typo
This commit is contained in:
parent
51ad711063
commit
b39ce8d328
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ impl<T: PMMRable> PMMRBackend<T> {
|
|||
// Check for a ... (3 dot) ending version of the file - could probably be removed after mainnet
|
||||
let compatible_snapshot_path = PathBuf::from(leaf_snapshot_path.clone() + "...");
|
||||
if compatible_snapshot_path.exists() {
|
||||
LeafSet::copy_snapshot(&leaf_set_path, &compaitble_snapshot_path)?;
|
||||
LeafSet::copy_snapshot(&leaf_set_path, &compatible_snapshot_path)?;
|
||||
} else {
|
||||
LeafSet::copy_snapshot(&leaf_set_path, &PathBuf::from(leaf_snapshot_path))?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue