Skip to content

Commit

Permalink
Fix small error in config.toml
Browse files Browse the repository at this point in the history
The wallet password environment variable mention changed from `TARI_WALLET_PASSWORD` to
`MINOTARI_WALLET_PASSWORD`.
  • Loading branch information
hansieodendaal committed Dec 14, 2023
1 parent a6929df commit 11d5f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/presets/d_console_wallet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Console wallet password. Should you wish to start your console wallet without typing in your password, the following
# options are available:
# 1. Start the console wallet with the --password=secret argument, or
# 2. Set the environment variable TARI_WALLET_PASSWORD=secret before starting the console wallet, or
# 2. Set the environment variable MINOTARI_WALLET_PASSWORD=secret before starting the console wallet, or
# 3. Set the "password" key in this [wallet] section of the config
# (default = )
#password = "secret"
Expand Down

0 comments on commit 11d5f9c

Please sign in to comment.