diff --git a/runtime/src/snapshot_package.rs b/runtime/src/snapshot_package.rs index d412f01e4cc558..3ad2e62db6065c 100644 --- a/runtime/src/snapshot_package.rs +++ b/runtime/src/snapshot_package.rs @@ -170,9 +170,7 @@ impl AccountsPackage { /// Returns the path to the snapshot links directory /// - /// NOTE 1: This path is within the TempDir created for the AccountsPackage, *not* the bank - /// snapshots dir passed into `new_for_snapshot()` when creating the AccountsPackage. - /// NOTE 2: This fn will panic if the AccountsPackage is of type EpochAccountsHash. + /// NOTE: This fn will panic if the AccountsPackage is of type EpochAccountsHash. pub fn snapshot_links_dir(&self) -> &Path { match self.package_type { AccountsPackageType::AccountsHashVerifier | AccountsPackageType::Snapshot(..) => self