Skip to content

Commit

Permalink
Use IbcUnionMigrateMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Feb 20, 2025
1 parent 3aa171a commit ffa6a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmwasm/ibc-union/core/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub const IBC_UNION: &str = "union:ibc-union";
ibc_union_msg::msg::InitMsg,
ibc_union_msg::msg::ExecuteMsg,
ibc_union_msg::query::QueryMsg,
crate::contract::MigrateMsg,
crate::contract::IbcUnionMigrateMsg,
id = IBC_UNION
)]
pub struct IbcUnion<Chain>;
Expand Down

0 comments on commit ffa6a63

Please sign in to comment.