Skip to content

Commit 3fe9a9f

Browse files
committed
fix LO resp keys
1 parent 9ecafd1 commit 3fe9a9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/neutron-sdk/src/proto_types/neutron.dex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub struct MsgPlaceLimitOrder {
183183
#[derive(Clone, PartialEq, ::prost::Message)]
184184
pub struct MsgPlaceLimitOrderResponse {
185185
#[prost(string, tag = "1")]
186-
pub tranche_key: ::prost::alloc::string::String,
186+
pub trancheKey: ::prost::alloc::string::String,
187187
/// Total amount of coin used for the limit order
188188
#[prost(message, optional, tag = "2")]
189189
pub coin_in: ::core::option::Option<cosmos_sdk_proto::cosmos::base::v1beta1::Coin>,

packages/neutron-sdk/src/stargate/dex/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ pub struct EstimatePlaceLimitOrderResponse {
571571

572572
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
573573
pub struct PlaceLimitOrderResponse {
574-
pub tranche_key: String,
574+
pub trancheKey: String,
575575
pub coin_in: Option<Coin>,
576576
pub taker_coin_out: Option<Coin>,
577577
pub taker_coin_in: Option<Coin>,

0 commit comments

Comments
 (0)