Skip to content

Commit

Permalink
Update source/agora/node/Network.d
Browse files Browse the repository at this point in the history
Co-Authored-By: Mathias LANG <geod24@gmail.com>
  • Loading branch information
AndrejMitrovic and Geod24 authored Jun 30, 2019
1 parent 29da5b3 commit 26df439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agora/node/Network.d
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private immutable MaxConnectingAddresses = 10;
*******************************************************************************/

private Set!Address resolveDnsSeeds ( in string[] dns_seeds )
private Set!Address resolveDNSSeeds (in string[] dns_seeds)
{
import std.conv;
import std.string;
Expand Down

0 comments on commit 26df439

Please sign in to comment.