From 71eb7d1a9f877192618370b0d919d09917b661e0 Mon Sep 17 00:00:00 2001 From: elizabeth Date: Thu, 9 May 2024 15:46:43 -0400 Subject: [PATCH] fix --- crates/relayer-types/src/applications/ics27_ica/msgs/register.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/relayer-types/src/applications/ics27_ica/msgs/register.rs b/crates/relayer-types/src/applications/ics27_ica/msgs/register.rs index af1d7ad2f3..1301de19cd 100644 --- a/crates/relayer-types/src/applications/ics27_ica/msgs/register.rs +++ b/crates/relayer-types/src/applications/ics27_ica/msgs/register.rs @@ -66,7 +66,6 @@ impl From for RawMsgRegisterInterchainAccount { owner: value.owner.to_string(), connection_id: value.connection_id.to_string(), version: value.version.to_string(), - ordering, } } }