Skip to content

Commit

Permalink
regen proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed May 28, 2024
1 parent a28f20b commit d0ffcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/proto_types/NEUTRON_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3f76c96c17b02209ff65788d071360ed17c1ad02
3f3c8f4adf20a9f142e1b4a55c83f5d16aa2cef6
3 changes: 1 addition & 2 deletions packages/neutron-sdk/src/proto_types/neutron.dex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ pub struct MsgWithdrawal {
pub struct MsgWithdrawalResponse {}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MsgPlaceLimitOrder {
/// TODO: fix wire numbers
#[prost(string, tag = "1")]
pub creator: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
Expand All @@ -166,7 +165,7 @@ pub struct MsgPlaceLimitOrder {
#[prost(string, tag = "4")]
pub token_out: ::prost::alloc::string::String,
/// DEPRECATED: tick_index_in_to_out will be removed in future release; limit_sell_price should be used instead.
#[allow(deprecated)]
#[deprecated]
#[prost(int64, tag = "5")]
pub tick_index_in_to_out: i64,
#[prost(string, tag = "7")]
Expand Down

0 comments on commit d0ffcb3

Please # to comment.