Skip to content

Commit

Permalink
Fix UtxoChangesResponse (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Dec 6, 2023
1 parent dc7dfc2 commit 092eb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ pub struct RoutesResponse {
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct UtxoChangesResponse {
pub index: u32,
pub commitment_id: SlotCommitmentId,
pub created_outputs: Vec<OutputId>,
pub consumed_outputs: Vec<OutputId>,
}

0 comments on commit 092eb61

Please sign in to comment.