Эх сурвалжийг харах

cli: Remove mint/spend params config entries.

parazyd 4 жил өмнө
parent
commit
d79a18e37c

+ 0 - 6
example/config/cashierd.toml

@@ -26,12 +26,6 @@ gateway_protocol_url = "tcp://testnet.gateway-protocol.dark.fi:3333"
 # The endpoint to a gatewayd publisher API
 gateway_publisher_url = "tcp://testnet.gateway-publish.dark.fi: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/cashier_wallet.db"
 

+ 0 - 6
example/config/darkfid.toml

@@ -23,12 +23,6 @@ gateway_protocol_url = "tcp://testnet.gateway-protocol.dark.fi:3333"
 # The endpoint to a gatewayd publisher API
 gateway_publisher_url = "tcp://testnet.gateway-publish.dark.fi: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/darkfid_client.db"
 

+ 0 - 8
src/cli/cli_config.rs

@@ -73,10 +73,6 @@ pub struct DarkfidConfig {
     pub gateway_protocol_url: String,
     /// The endpoint to a gatewayd publisher API
     pub gateway_publisher_url: String,
-    /// Path to mint.params
-    pub mint_params_path: String,
-    /// Path to spend.params
-    pub spend_params_path: String,
     /// Path to the client database
     pub database_path: String,
     /// Path to the wallet database
@@ -130,10 +126,6 @@ pub struct CashierdConfig {
     pub gateway_protocol_url: String,
     /// The endpoint to a gatewayd publisher API
     pub gateway_publisher_url: String,
-    /// Path to mint.params
-    pub mint_params_path: String,
-    /// Path to spend.params
-    pub spend_params_path: String,
     /// Path to cashierd wallet
     pub cashier_wallet_path: String,
     /// Password for cashierd wallet