Skip to content

Commit

Permalink
use self.block_time over const
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Feb 29, 2024
1 parent af49053 commit 0a66c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-testkit/src/testapp/ibc/core/core_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ where

/// Returns the maximum expected time per block
fn max_expected_time_per_block(&self) -> Duration {
Duration::from_secs(8)
self.block_time
}

fn validate_message_signer(&self, _signer: &Signer) -> Result<(), ContextError> {
Expand Down

0 comments on commit 0a66c3b

Please sign in to comment.