Add comment block for Root ledger column (#28358)

Add comment block for Root ledger column.
This commit is contained in:
Yueh-Hsuan Chiang 2022-10-19 17:06:21 -07:00 committed by GitHub
parent 03f4204297
commit bf37228768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -200,7 +200,10 @@ pub mod columns {
pub struct BankHash;
#[derive(Debug)]
/// The root column
/// The root column.
///
/// This column family persists whether a slot is a root. Slots on the
/// main fork will be inserted into this column when they are finalized.
///
/// index type: u64 (see `SlotColumn`)
/// value type: bool