Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Jun 19, 2024
1 parent 323c95f commit bf9a4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tx-sitter-client/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub struct GetTxResponse {
// Sent tx data
#[serde(default, skip_serializing_if = "Option::is_none")]
pub tx_hash: Option<H256>,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub status: Option<TxStatus>,
}

Expand Down

0 comments on commit bf9a4b0

Please sign in to comment.