Skip to content

Commit

Permalink
chore: fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Aug 15, 2023
1 parent fb7909e commit 57c2ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/chain/ckb4ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl Ckb4IbcChain {
}
Ok(packets)
});
Ok(self.rt.block_on(packets)?)
self.rt.block_on(packets)
}

fn fetch_channel_cell_and_extract(
Expand Down

0 comments on commit 57c2ebe

Please sign in to comment.