Merge pull request #3149 from mempool/nymkappa/bugfix/update-missing-pools-config

Update missing "pools.json" -> "pools-v2.json"
This commit is contained in:
wiz
2023-02-26 15:54:35 +09:00
committed by GitHub
6 changed files with 8 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ npm install -g ts-node nodemon
Then, run the watcher:
```
nodemon src/index.ts --ignore cache/ --ignore pools.json
nodemon src/index.ts --ignore cache/
```
`nodemon` should be in npm's global binary folder. If needed, you can determine where that is with `npm -g bin`.