Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 2, 2024
1 parent f5c0dbd commit 8bc5d5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ibc-testkit/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ where

/// Begin a new block on the context.
///
/// This method book keeps the data from last block,
/// and prepares the context for the next block.
/// This method commits the required metadata from the last block generation
/// and consensus, and prepares the context for the next block. This includes
/// the latest consensus state and the latest IBC commitment proof.
pub fn begin_block(&mut self) {
let consensus_state = self
.host
Expand Down

0 comments on commit 8bc5d5b

Please sign in to comment.