update the example of cashierd config file

This commit is contained in:
ghassmo
2021-10-07 09:03:35 +03:00
parent d60c06c81f
commit bd9c6d47b9

View File

@@ -24,10 +24,10 @@ gateway_protocol_url = "127.0.0.1:3333"
gateway_publisher_url = "127.0.0.1:4444"
# Path to mint.params
mint_params_path = "~/.config/darkfi/cashierd_mint.params"
mint_params_path = "~/.config/darkfi/mint.params"
# Path to spend.params
spend_params_path = "~/.config/darkfi/cashierd_spend.params"
spend_params_path = "~/.config/darkfi/spend.params"
# Path to cashierd wallet
cashier_wallet_path = "~/.config/darkfi/cashier_wallet.db"