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 8c868e7 commit 5b7dae3Copy full SHA for 5b7dae3
1 file changed
Lagrange.Milky/Utility/Signer.cs
@@ -75,8 +75,8 @@ public Signer(ILogger<Signer> logger, IOptions<CoreConfiguration> options)
75
Uin = uin,
76
Command = cmd,
77
Sequence = seq,
78
- Body = Convert.ToHexString(body.Span),
79
- Guid = Convert.ToHexString(Context.Keystore.Guid),
+ Body = Convert.ToHexString(body.Span).ToLower(),
+ Guid = Convert.ToHexString(Context.Keystore.Guid).ToLower(),
80
Qua = Context.AppInfo.Qua,
81
}),
82
System.Text.Encoding.UTF8,
0 commit comments