Skip to content

Commit

Permalink
todo8
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 17, 2023
1 parent 59a872c commit e5aaaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub struct Packet {
#[derive(Serialize, Deserialize, Clone, PartialEq, Eq, JsonSchema, Debug)]
#[serde(rename_all = "snake_case")]
pub struct Acknowledgement {
#[serde(rename = "Response")]
#[serde(rename(serialize = "response", deserialize = "Response"))]
pub response: AcknowledgementResponse,
}

Expand Down

0 comments on commit e5aaaf0

Please sign in to comment.