Skip to content

Commit

Permalink
fix: derive serde attr on ics20 serializer imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 25, 2024
1 parent 32cb4c9 commit c8d8c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ibc-apps/ics20-transfer/types/src/amount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use core::str::FromStr;

use derive_more::{Display, From, Into};
use ibc_core::primitives::prelude::*;
#[cfg(feature = "serde")]
use ibc_core::primitives::serializers;
use primitive_types::U256;

Expand Down
1 change: 1 addition & 0 deletions ibc-apps/ics20-transfer/types/src/denom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use core::str::FromStr;
use derive_more::{Display, From};
use ibc_core::host::types::identifiers::{ChannelId, PortId};
use ibc_core::primitives::prelude::*;
#[cfg(feature = "serde")]
use ibc_core::primitives::serializers;
use ibc_proto::ibc::applications::transfer::v1::DenomTrace as RawDenomTrace;

Expand Down

0 comments on commit c8d8c43

Please sign in to comment.