Skip to content

Commit ea0eea3

Browse files
committed
chore: small text corrections
1 parent 9318965 commit ea0eea3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ server.key
5353

5454
# Docker
5555
.dockerignore
56-
docker-compose-local.yml
56+
docker-compose-local.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Open `config.yml` and set the `rpc` field to your Gnoland node RPC endpoint (e.g
6060
### 3. Start the database
6161

6262
```bash
63-
docker-compose up -d timescaledb
63+
docker compose up -d timescaledb
6464
```
6565

6666
This starts a TimescaleDB instance on port 5432 with the default password `12345678`. Change the password in `docker-compose.yml` for any non-local deployment.

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ You can also use the following command to enable an API key:
150150
```
151151

152152
If you do decide to run the API with the rate limiting enabled you will need to run it with valkey also, which is
153-
present in the docker-compose files.
153+
present in the docker compose files.
154154

155155
If you plan to run the APi behind API gateway disable in the config file the usage or rate limits altogether and
156156
in the docker file you can remove the valkey service, if you are running it in docker.

indexer/orchestrator/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (or *Orchestrator) updateProgressMetrics(
276276
}
277277

278278
/*
279-
collectTransactionsFromBlocks extracts all transactions from blocks and queries them at the smae time
279+
collectTransactionsFromBlocks extracts all transactions from blocks and queries them at the same time
280280
281281
Parameters:
282282
- blocks: a slice of blocks

0 commit comments

Comments
 (0)