cli_config: removed 'accept_url' from cashierd

cashierd: changed 'accept_url' to 'rpc_url'
This commit is contained in:
lunar-mining
2021-09-21 11:24:20 +02:00
parent 2daa4290ee
commit ca55ecfa5d
3 changed files with 65 additions and 26 deletions

View File

@@ -48,12 +48,11 @@ pub struct DarkfidConfig {
#[serde(rename = "rpc_url")]
pub rpc_url: String,
#[serde(rename = "database_path")]
pub database_path: String,
#[serde(rename = "walletdb_path")]
pub walletdb_path: String,
//TODO: reimplement this
//#[serde(rename = "database_path")]
//pub database_path: String,
//#[serde(rename = "walletdb_path")]
//pub walletdb_path: String,
#[serde(rename = "log_path")]
pub log_path: String,
@@ -75,9 +74,6 @@ pub struct GatewaydConfig {
#[derive(Clone, Serialize, Deserialize, Debug)]
pub struct CashierdConfig {
#[serde(rename = "accept_url")]
pub accept_url: String,
#[serde(rename = "rpc_url")]
pub rpc_url: String,