We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee7771 commit 1984216Copy full SHA for 1984216
src/PeerNode.cs
@@ -65,8 +65,8 @@ public class PeerNode
65
/// <remarks>
66
/// Verifies that
67
/// <list type="bullet">
68
- /// <item>The <see cref="Id"/> is a hash of the <see cref="PublicKey"/></item>
69
- /// <item>All <see cref="Addresses"/> point to the node</item>
+ /// <item><description>The <see cref="Id"/> is a hash of the <see cref="PublicKey"/></description></item>
+ /// <item><description>All <see cref="Addresses"/> point to the node</description></item>
70
/// </list>
71
/// </remarks>
72
public bool IsValid()
0 commit comments