Skip to content

Commit

Permalink
todo4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 16, 2023
1 parent 334bce9 commit 6e43da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neutron-sdk/src/bindings/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ pub struct Packet {
pub timeout_timestamp: Option<u64>,
}

#[derive(Serialize, Deserialize, Clone, PartialEq, Eq, JsonSchema, Debug)]
#[serde(rename_all = "snake_case")]
/// IBC packet
/// TODO: do we need our own structure in order for it to pass through neutron
#[derive(Serialize, Deserialize, Clone, PartialEq, Eq, JsonSchema, Debug)]
pub struct Acknowledgement {
#[serde(rename = "Response")]
pub response: AcknowledgementResponse,
}

Expand Down

0 comments on commit 6e43da3

Please sign in to comment.