Minor typo fix

This commit is contained in:
namcios 2021-08-24 10:34:42 -03:00
parent fadb5a5bbd
commit 1a5e5694bf
No known key found for this signature in database
GPG Key ID: 8E3A368317269AB4

View File

@ -34,7 +34,7 @@ $ export BITCOIND_PASS=d8340efbcd34e312044c8431c59c792c
$ export BITCOIND_PORT=18332 $ export BITCOIND_PORT=18332
``` ```
> :warning: **WARNING:** Obviously, you'd never put set your password in an environmental variable in a production environment. > :warning: **WARNING:** Obviously, you'd never put your password in an environmental variable in a production environment.
> :link: **MAINNET VS TESTNET:** The port would be 8332 for a mainnet setup. > :link: **MAINNET VS TESTNET:** The port would be 8332 for a mainnet setup.