We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8c220 commit 5ed1a4fCopy full SHA for 5ed1a4f
1 file changed
crates/store/src/inner_forest/mod.rs
@@ -93,7 +93,7 @@ impl InnerForest {
93
/// # Arguments
94
///
95
/// * `block_num` - Block number for which these updates apply
96
- /// * `account_updates` - Iterator of (`AccountId`, `AccountDelta`) tuples for public accounts
+ /// * `account_updates` - Iterator of `AccountDelta` for public accounts
97
pub(crate) fn apply_block_updates(
98
&mut self,
99
block_num: BlockNumber,
0 commit comments