Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: yingshanghuangqiao <[email protected]>
  • Loading branch information
yingshanghuangqiao committed Jul 22, 2024
1 parent 3cffd1b commit 087a610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Get more help on any sub-command with `chifra <cmd> --help`. Full documentation

## Chifra Serve

One of `chifra's` command line tools is called `serve`. This tool provides a simple API mimicing the command line. It is intended to be used only for single user enviroments.
One of `chifra's` command line tools is called `serve`. This tool provides a simple API mimicking the command line. It is intended to be used only for single user environments.

To start the server, run:

Expand Down
2 changes: 1 addition & 1 deletion src/apps/chifra/pkg/walk/walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (walker *CacheWalker) WalkBloomFilters(blockNums []base.Blknum) error {
}

// TODO: This should accept unresolved block ranges, not lists of block numbers
// This routine accepts the 'resolved' block numbers. If, instead, it it received the unresolved block ranges
// This routine accepts the 'resolved' block numbers. If, instead, it received the unresolved block ranges
// from the command line, it would be much more efficient. Using resolved block numbers means we have to
// provide a block range that is fine-grained enough to hit on every file inside the range. For example, if
// there are 100 files in the range 100000-200000, we need to create block numbers that cover every
Expand Down

0 comments on commit 087a610

Please sign in to comment.