Skip to content

Commit

Permalink
Payloads: fix XML comment formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Jun 10, 2024
1 parent fbf5eae commit 151f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo/Network/P2P/Payloads/TransactionAttributeType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public enum TransactionAttributeType : byte
Conflicts = 0x21,

/// <summary>
/// Indicates that the transaction uses notary request service with <see cref="NotaryAssisted.NKeys" number of keys/>.
/// Indicates that the transaction uses notary request service with <see cref="NotaryAssisted.NKeys"/> number of keys.
/// </summary>
[ReflectionCache(typeof(NotaryAssisted))]
NotaryAssisted = 0x22
Expand Down

0 comments on commit 151f859

Please sign in to comment.