Skip to content

Commit

Permalink
feat: add flatten to match actual RPC JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 4, 2024
1 parent b8d1003 commit b7ed7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub struct GetTransactionResponseRaw {
pub oldest_ledger: u32,
#[serde(rename = "oldestLedgerCloseTime")]
pub oldest_ledger_close_time: u32,
#[serde(rename = "transactionInfo")]
#[serde(flatten)]
pub transaction_info: TransactionInfoRaw,
}

Expand Down

0 comments on commit b7ed7f6

Please sign in to comment.