mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
add gateway_subscriber_url to cashierd config file
This commit is contained in:
@@ -84,6 +84,9 @@ pub struct CashierdConfig {
|
||||
#[serde(rename = "gateway_url")]
|
||||
pub gateway_url: String,
|
||||
|
||||
#[serde(rename = "gateway_subscriber_url")]
|
||||
pub gateway_subscriber_url: String,
|
||||
|
||||
#[serde(rename = "log_path")]
|
||||
pub log_path: String,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user