Skip to content

Commit

Permalink
fix for 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Dec 11, 2023
1 parent 72fabd8 commit 6269199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions apps/src/lib/node/ledger/shell/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ use namada::core::ledger::ibc::{
IbcActions, IbcCommonContext, IbcStorageContext,
};
use namada::core::ledger::storage_api::Error;
use namada::ibc::applications::transfer::msgs::transfer::MsgTransfer;
use namada::ibc::applications::transfer::packet::PacketData;
use namada::ibc::applications::transfer::PrefixedCoin;
use namada::ibc::core::ics04_channel::timeout::TimeoutHeight;
use namada::ibc::core::Msg;
use namada::ibc::apps::transfer::types::msgs::transfer::MsgTransfer;
use namada::ibc::apps::transfer::types::packet::PacketData;
use namada::ibc::apps::transfer::types::PrefixedCoin;
use namada::ibc::core::channel::types::timeout::TimeoutHeight;
use namada::ibc::primitives::Msg;
use namada::ledger::parameters::read_epoch_duration_parameter;
use namada::ledger::storage::wl_storage::WriteLogAndStorage;
use namada::ledger::storage::write_log::WriteLog;
Expand Down
2 changes: 1 addition & 1 deletion core/src/ledger/governance/storage/proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use borsh::{BorshDeserialize, BorshSerialize};
use serde::{Deserialize, Serialize};
use thiserror::Error;

use crate::ibc::core::ics24_host::identifier::{ChannelId, PortId};
use crate::ibc::core::host::types::identifiers::{ChannelId, PortId};
use crate::ledger::governance::cli::onchain::{
PgfAction, PgfContinous, PgfRetro, PgfSteward, StewardsUpdate,
};
Expand Down

0 comments on commit 6269199

Please sign in to comment.