update comment for the next weary traveller (#26413)

This commit is contained in:
Jeff Washington (jwash) 2022-07-05 23:12:35 -05:00 committed by GitHub
parent 75149fd624
commit 38216aa781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1847,6 +1847,7 @@ fn get_snapshot_storages(bank: &Bank) -> SnapshotStorages {
/// Convenience function to create a full snapshot archive out of any Bank, regardless of state.
/// The Bank will be frozen during the process.
/// This is only called from ledger-tool or tests. Warping is a special case as well.
///
/// Requires:
/// - `bank` is complete
@ -1890,6 +1891,7 @@ pub fn bank_to_full_snapshot_archive(
/// Convenience function to create an incremental snapshot archive out of any Bank, regardless of
/// state. The Bank will be frozen during the process.
/// This is only called from ledger-tool or tests. Warping is a special case as well.
///
/// Requires:
/// - `bank` is complete