Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Feb 19, 2024
1 parent 07aa3f9 commit 8a8c867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ impl TryFrom<Row> for TxInfo {
let gas_limit_multiplier = row.try_get("gas_limit_multiplier")?;
let code: Option<Vec<u8>> = row.try_get("code")?;
let data: Option<Vec<u8>> = row.try_get("data")?;
let return_code = row.try_get("return_code")?;
let return_code = row.try_get("return_code")?;

Ok(Self {
hash,
hash,
block_id,
tx_type,
wrapper_id,
Expand Down

0 comments on commit 8a8c867

Please sign in to comment.