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 Apr 22, 2024
1 parent 45bbdac commit a13ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl TryFrom<&Row> for BlockInfo {

// tx hashes
let txs: serde_json::Value = row.try_get("txs")?;
let tx_hashes: Vec<TxShort>= serde_json::from_value(txs)?;
let tx_hashes: Vec<TxShort> = serde_json::from_value(txs)?;

let header = Header {
version,
Expand Down

0 comments on commit a13ae8f

Please sign in to comment.