Skip to content

Commit b67da38

Browse files
author
Park Juhyung
committed
Remove duplicated context definition
1 parent 99451ed commit b67da38

File tree

1 file changed

+0
-1
lines changed
  • core/src/ibc/transaction_handler

1 file changed

+0
-1
lines changed

core/src/ibc/transaction_handler/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ pub fn execute(
7878
proof_height,
7979
consensus_height,
8080
} => {
81-
let mut context = ibc_context::TopLevelContext::new(state, current_block_number);
8281
let mut connection_manager = ibc_connection::Manager::new(&mut context);
8382

8483
let proof_init_dec: CommitmentProof = rlp::Rlp::new(&proof_init)

0 commit comments

Comments
 (0)