Skip to content

Commit

Permalink
add headers limit when reorg.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Oct 10, 2024
1 parent c458d5d commit 0c0edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ impl Args {

let (spv_client, spv_update) = storage.generate_spv_client_and_spv_update(
spv_tip_height,
NonZeroU32::MAX,
self.spv_headers_update_limit,
input.info.get_flags()?,
)?;

Expand Down

0 comments on commit 0c0edc6

Please sign in to comment.