Explorar el Código

update darkfid config file in example

ghassmo hace 4 años
padre
commit
d327f4c55e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"