Skip to content

Commit 574b7e9

Browse files
authored
Update beta-testing-guide.md
1 parent fc19746 commit 574b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beta-testing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Download the Docker Compose file:
3232
curl -O https://raw.githubusercontent.com/openmina/openmina/main/docker-compose.block-producer.yml
3333
```
3434

35-
Launch the block producer with MINA_PRIVKEY_PASS to set the private key password. Optionally, use COINBASE_RECEIVER to set a different coinbase receiver:
35+
Launch the block producer with `MINA_PRIVKEY_PASS` to set the private key password. Optionally, use `COINBASE_RECEIVER` to set a different coinbase receiver:
3636

3737
```bash
3838
env COINBASE_RECEIVER="YourWalletAddress" MINA_PRIVKEY_PASS="YourPassword" \

0 commit comments

Comments
 (0)