Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 24, 2024
1 parent 470a49c commit e48ac98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/test-framework/src/relayer/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
use crossbeam_channel as channel;
use ibc_proto::ibc::core::channel::v1::{QueryUpgradeErrorRequest, QueryUpgradeRequest};
use ibc_relayer::chain::cosmos::version::Specs;
use ibc_relayer_types::applications::ics28_ccv::msgs::ConsumerChain;
use ibc_relayer_types::core::ics04_channel::upgrade::{ErrorReceipt, Upgrade};
use tracing::Span;

Expand Down Expand Up @@ -434,7 +435,7 @@ where
self.value().query_incentivized_packet(request)
}

fn query_consumer_chains(&self) -> Result<Vec<(ChainId, ClientId)>, Error> {
fn query_consumer_chains(&self) -> Result<Vec<ConsumerChain>, Error> {
self.value().query_consumer_chains()
}

Expand Down

0 comments on commit e48ac98

Please sign in to comment.