Skip to content

Commit 5ed1a4f

Browse files
committed
sync docs
1 parent 9d8c220 commit 5ed1a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/store/src/inner_forest

crates/store/src/inner_forest/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl InnerForest {
9393
/// # Arguments
9494
///
9595
/// * `block_num` - Block number for which these updates apply
96-
/// * `account_updates` - Iterator of (`AccountId`, `AccountDelta`) tuples for public accounts
96+
/// * `account_updates` - Iterator of `AccountDelta` for public accounts
9797
pub(crate) fn apply_block_updates(
9898
&mut self,
9999
block_num: BlockNumber,

0 commit comments

Comments
 (0)