Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
MdTeach committed Jan 6, 2025
1 parent 811071d commit 88ec164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proof-impl/btc-blockspace/src/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use strata_primitives::params::RollupParams;

use crate::{block::check_merkle_root, filter::extract_relevant_info, logic::BlockScanResult};

/// Scans a Bitcoin block to extract rollup-relevant data, including checkpoints and deposits.
pub fn process_blockscan(block: &Block, rollup_params: &RollupParams) -> BlockScanResult {
assert!(check_merkle_root(block));

Expand Down

0 comments on commit 88ec164

Please sign in to comment.