Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Hillman authored and yondonfu committed Jan 15, 2022
1 parent 9a5c0d1 commit 2070289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/video-miners/getting-started/testing/testnet.md
Expand Up @@ -24,7 +24,7 @@ $: livepeer \
-orchestrator
```

If you're running on the same machine as your mainnet Orchestrator, you may encounter an error such as `expecting chainID of 1, but got 4. Did you change networks without changing network name or datadir`. This is because your testnet setup is trying to access the same `.lpData` that it used for mainnet, and it's finding a conflict on `chainId`. To fix this, specify a new data directory using the `-data-dir` flag when you start your Orchestrator. Specify only the directory, not the file.
If you're running on the same machine as your mainnet Orchestrator, you may encounter an error such as `expecting chainID of 1, but got 4. Did you change networks without changing network name or datadir`. This is because your testnet setup is trying to access the same `.lpData` that it used for mainnet, and it's finding a conflict on `chainId`. To fix this, specify a new data directory using the `-datadir` flag when you start your Orchestrator. Specify only the directory, not the file.

4. **Acquire some Rinkeby LPT from the livepeer-cli**

Expand Down

1 comment on commit 2070289

@vercel
Copy link

@vercel vercel bot commented on 2070289 Jan 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.