Fix slot_hashes documentation

This commit is contained in:
Rob Walker 2020-02-05 12:23:19 -08:00 committed by Michael Vines
parent f016c9a669
commit 0e084358b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//! named accounts for synthesized data accounts for bank state, etc. //! named accounts for synthesized data accounts for bank state, etc.
//! //!
//! this account carries the Bank's most recent blockhashes for some N parents //! this account carries the Bank's most recent bank hashes for some N parents
//! //!
use crate::hash::Hash; use crate::hash::Hash;
use std::{iter::FromIterator, ops::Deref}; use std::{iter::FromIterator, ops::Deref};

View File

@ -1,6 +1,6 @@
//! named accounts for synthesized data accounts for bank state, etc. //! named accounts for synthesized data accounts for bank state, etc.
//! //!
//! this account carries the Bank's most recent blockhashes for some N parents //! this account carries the Bank's most recent bank hashes for some N parents
//! //!
pub use crate::slot_hashes::SlotHashes; pub use crate::slot_hashes::SlotHashes;