Skip to content

Commit

Permalink
node: added field in spent transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed May 20, 2024
1 parent e19143e commit 0724d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/database/rocksdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ mod tests {
inner: t.clone(),
block_height: 0,
gas_spent: 0,
economic_gas_spent: 0,
err: None,
})
.collect()
Expand Down

0 comments on commit 0724d22

Please sign in to comment.