Parcourir la source

update darkfid config file in example

ghassmo il y a 4 ans
Parent
commit
d327f4c55e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      example/config/darkfid.toml

+ 2 - 2
example/config/darkfid.toml

@@ -28,10 +28,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 the client database
 database_path = "~/.config/darkfi/darkfid_client.db"