Skip to content

Commit

Permalink
fix(transactions): rename block to block_number
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov authored Feb 10, 2025
1 parent 445b6e3 commit 387f11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/blockscout-client/crate/src/models/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pub struct Transaction {
pub fee: models::Fee,
#[serde(rename = "gas_limit")]
pub gas_limit: String, // changed
#[serde(rename = "block")]
pub block: i32,
#[serde(rename = "block_number")]
pub block_number: i32,
#[serde(rename = "status")]
pub status: String,
#[serde(rename = "method")]
Expand Down

0 comments on commit 387f11c

Please sign in to comment.