Skip to content

Commit

Permalink
make trancheKey optional on PlaceLimitOrderResp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 2, 2024
1 parent fc90769 commit a4e23fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/dex/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pub struct MsgPlaceLimitOrder {
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "snake_case")]
pub struct MsgPlaceLimitOrderResponse {
pub tranche_key: String,
pub tranche_key: Option<String>,
pub coin_in: Coin,
pub taker_coin_out: Option<Coin>,
pub taker_coin_in: Option<Coin>,
Expand Down

0 comments on commit a4e23fe

Please sign in to comment.