Skip to content

Commit f3792ff

Browse files
committed
change MHS response
1 parent 11a41b6 commit f3792ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use serde::{Deserialize, Serialize};
12
// @generated
23
#[derive(Clone, PartialEq, ::prost::Message)]
34
pub struct PairId {
@@ -215,11 +216,13 @@ pub struct MsgCancelLimitOrder {
215216
}
216217
#[derive(Clone, PartialEq, ::prost::Message)]
217218
pub struct MsgCancelLimitOrderResponse {}
218-
#[derive(Clone, PartialEq, ::prost::Message)]
219+
220+
#[derive(Serialize, Deserialize, Clone, PartialEq, ::prost::Message)]
219221
pub struct MultiHopRoute {
220222
#[prost(string, repeated, tag = "1")]
221223
pub hops: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
222224
}
225+
223226
#[derive(Clone, PartialEq, ::prost::Message)]
224227
pub struct MsgMultiHopSwap {
225228
#[prost(string, tag = "1")]

0 commit comments

Comments
 (0)