Skip to content

Commit

Permalink
really pass the serialization arg
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Jan 15, 2025
1 parent cd9e757 commit 9ffd519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/block_extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl TryFrom<FsBlock> for BlockExtra {
let block_total_outputs = txs.iter().fold(0usize, |acc, tx| acc + tx.output.len());

Ok(BlockExtra {
version: 0,
version: fs_block.serialization_version,
block,
block_hash: fs_block.hash,
size: (fs_block.end - fs_block.start) as u32,
Expand Down

0 comments on commit 9ffd519

Please sign in to comment.