Skip to content

Commit 7a86247

Browse files
committed
comment in process_incoming_update_message
1 parent c4edb96 commit 7a86247

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/blockchain/blockchain.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ impl Blockchain {
315315
})
316316
}
317317

318+
/// Processes a batch of account updates, applying them to the state trie and storage tries,
319+
/// and returns the new state root.
318320
#[allow(clippy::too_many_arguments)]
319321
fn process_incoming_update_message(
320322
storage: &Store,

0 commit comments

Comments
 (0)