Skip to content

Commit

Permalink
Fix Bootnodes configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexb5dh committed Nov 1, 2024
1 parent e468206 commit 3ebf41c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public interface IDiscoveryConfig : IConfig
/// <summary>
/// Boot nodes connection details
/// </summary>
[ConfigItem(Description = "Comma separated enode addresses to specify custom bootnodes.")]
string Bootnodes { get; set; }

/// <summary>
Expand Down

0 comments on commit 3ebf41c

Please sign in to comment.