Skip to content

Commit

Permalink
Dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho committed Dec 5, 2019
1 parent c01c70d commit bf28f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public static ulong ToTimestampMS(this DateTime time)
{
return (ulong)(time.ToUniversalTime() - unixEpoch).TotalMilliseconds;
}

/// <summary>
/// Checks if address is IPv4 Maped to IPv6 format, if so, Map to IPv4.
/// Otherwise, return current address.
Expand Down

0 comments on commit bf28f7d

Please sign in to comment.