Skip to content

Commit

Permalink
Make post URLs optional (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Nov 28, 2023
1 parent b2d9a39 commit 45b33ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub struct Config {
pub network_dir: Option<PathBuf>,
pub canonical_bn: String,
/// URLs to push the dreamt blocks to (probably blockgauge).
#[serde(default)]
pub post_endpoints: Vec<PostEndpointConfig>,
pub nodes: Vec<Arc<Node>>,
}
Expand Down

0 comments on commit 45b33ca

Please sign in to comment.