Skip to content

Commit 5b7dae3

Browse files
committed
[Milky] Note the lowercase Hex
1 parent 8c868e7 commit 5b7dae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lagrange.Milky/Utility/Signer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public Signer(ILogger<Signer> logger, IOptions<CoreConfiguration> options)
7575
Uin = uin,
7676
Command = cmd,
7777
Sequence = seq,
78-
Body = Convert.ToHexString(body.Span),
79-
Guid = Convert.ToHexString(Context.Keystore.Guid),
78+
Body = Convert.ToHexString(body.Span).ToLower(),
79+
Guid = Convert.ToHexString(Context.Keystore.Guid).ToLower(),
8080
Qua = Context.AppInfo.Qua,
8181
}),
8282
System.Text.Encoding.UTF8,

0 commit comments

Comments
 (0)