Просмотр исходного кода

Remove mint/spend params from config_local.

parazyd 4 лет назад
Родитель
Сommit
2d95620314
2 измененных файлов с 0 добавлено и 12 удалено
  1. 0 6
      example/config_local/cashierd.toml
  2. 0 6
      example/config_local/darkfid.toml

+ 0 - 6
example/config_local/cashierd.toml

@@ -26,12 +26,6 @@ gateway_protocol_url = "tcp://127.0.0.1:3333"
 # The endpoint to a gatewayd publisher API
 gateway_publisher_url = "tcp://127.0.0.1:4444"
 
-# Path to mint.params
-mint_params_path = "/usr/local/share/darkfi/mint.params"
-
-# Path to spend.params
-spend_params_path = "/usr/local/share/darkfi/spend.params"
-
 # Path to cashierd wallet
 cashier_wallet_path = "~/.config/darkfi/localdata/cashier_wallet.db"
 

+ 0 - 6
example/config_local/darkfid.toml

@@ -23,12 +23,6 @@ gateway_protocol_url = "tcp://127.0.0.1:3333"
 # The endpoint to a gatewayd publisher API
 gateway_publisher_url = "tcp://127.0.0.1:4444"
 
-# Path to mint.params
-mint_params_path = "/usr/local/share/darkfi/mint.params"
-
-# Path to spend.params
-spend_params_path = "/usr/local/share/darkfi/spend.params"
-
 # Path to the client database
 database_path = "~/.config/darkfi/localdata/darkfid_client.db"