Skip to content

Commit 0f4503c

Browse files
committed
fix gh action error
1 parent c50de37 commit 0f4503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ibc/src/mock/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl From<MockContextConfig> for MockContext {
323323
MockContext {
324324
host_chain_type: params.host_type,
325325
host_chain_id: params.host_id.clone(),
326-
max_history_size: params.max_history_size,
326+
max_history_size: params.max_history_size as u64,
327327
history: (0..n)
328328
.rev()
329329
.map(|i| {

0 commit comments

Comments
 (0)