Skip to content

Commit

Permalink
Rewrite the deprecationReason
Browse files Browse the repository at this point in the history
  • Loading branch information
river20s committed Oct 27, 2024
1 parent 6f9c2eb commit af2e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/GraphTypes/ActionMutation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ActionMutation : ObjectGraphType
{
public ActionMutation(NineChroniclesNodeService service)
{
DeprecationReason = "Since NCIP-15, it doesn't care account activation.";
DeprecationReason = "This API is insecure and must not be used.";

Field<NonNullGraphType<TxIdType>>("createAvatar",
description: "Create new avatar.",
Expand Down

0 comments on commit af2e722

Please sign in to comment.