Skip to content

Commit

Permalink
remove None ordering to avoid misguiding the user - it would lead to …
Browse files Browse the repository at this point in the history
…unordered channel created
  • Loading branch information
NeverHappened committed Aug 30, 2024
1 parent b8e6625 commit 3d71caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/neutron-sdk/src/bindings/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pub struct IbcFee {
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
pub enum ChannelOrdering {
None,
OrderOrdered,
OrderUnordered,
}
Expand Down

0 comments on commit 3d71caa

Please sign in to comment.