فهرست منبع

update the example of cashierd config file

ghassmo 4 سال پیش
والد
کامیت
bd9c6d47b9
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      example/config/cashierd.toml

+ 2 - 2
example/config/cashierd.toml

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