From dfdba5b3c020c18573aad5e4c7f9be69491ad121 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 17 Oct 2023 16:10:08 +0200 Subject: [PATCH] Remove serde skip annotation --- packages/std/src/ibc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/std/src/ibc.rs b/packages/std/src/ibc.rs index 1c3eb16454..70b9f91da0 100644 --- a/packages/std/src/ibc.rs +++ b/packages/std/src/ibc.rs @@ -36,7 +36,6 @@ pub enum IbcMsg { /// when packet times out, measured on remote chain timeout: IbcTimeout, /// optional memo - #[serde(skip_serializing_if = "Option::is_none")] memo: Option, }, /// Sends an IBC packet with given data over the existing channel.