Skip to content

Commit

Permalink
fix gh action error
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 14, 2023
1 parent c50de37 commit 0f4503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/src/mock/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ impl From<MockContextConfig> for MockContext {
MockContext {
host_chain_type: params.host_type,
host_chain_id: params.host_id.clone(),
max_history_size: params.max_history_size,
max_history_size: params.max_history_size as u64,
history: (0..n)
.rev()
.map(|i| {
Expand Down

0 comments on commit 0f4503c

Please sign in to comment.