|
@@ -73,10 +73,6 @@ pub struct DarkfidConfig {
|
|
|
pub gateway_protocol_url: String,
|
|
pub gateway_protocol_url: String,
|
|
|
/// The endpoint to a gatewayd publisher API
|
|
/// The endpoint to a gatewayd publisher API
|
|
|
pub gateway_publisher_url: String,
|
|
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
|
|
/// Path to the client database
|
|
|
pub database_path: String,
|
|
pub database_path: String,
|
|
|
/// Path to the wallet database
|
|
/// Path to the wallet database
|
|
@@ -130,10 +126,6 @@ pub struct CashierdConfig {
|
|
|
pub gateway_protocol_url: String,
|
|
pub gateway_protocol_url: String,
|
|
|
/// The endpoint to a gatewayd publisher API
|
|
/// The endpoint to a gatewayd publisher API
|
|
|
pub gateway_publisher_url: String,
|
|
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
|
|
/// Path to cashierd wallet
|
|
|
pub cashier_wallet_path: String,
|
|
pub cashier_wallet_path: String,
|
|
|
/// Password for cashierd wallet
|
|
/// Password for cashierd wallet
|