Skip to content

Commit

Permalink
fix: pipeline logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Aug 3, 2023
1 parent e1b6869 commit a864c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/hord-cli/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ impl Service {
None
},
if start_block >= first_inscription_height {
None
} else {
Some(&blocks_post_processor)
} else {
None
},
speed,
&self.ctx,
Expand Down

0 comments on commit a864c85

Please sign in to comment.