Skip to content

Commit

Permalink
Improve comment block for write_accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhchiang-sol committed Jan 26, 2024
1 parent 6b585a8 commit 20110b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions accounts-db/src/tiered_storage/hot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,9 @@ impl HotStorageWriter {
Ok(stored_size)
}

/// Persists the specified accounts from index [`skip`] into the underlying
/// hot accounts file associated with the HotStorageWriter.
/// Persists `accounts` into the underlying hot accounts file associated
/// with this HotStorageWriter. The first `skip` number of accounts are
/// *not* persisted.
pub fn write_accounts<
'a,
'b,
Expand Down

0 comments on commit 20110b7

Please sign in to comment.