Skip to content

Commit

Permalink
Remove serde skip annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 30, 2023
1 parent 9454485 commit dfdba5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/std/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
},
/// Sends an IBC packet with given data over the existing channel.
Expand Down

0 comments on commit dfdba5b

Please sign in to comment.