[#40] Client: Add memory optimization for hash
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
32a7e64538
commit
809bd90352
17 changed files with 170 additions and 64 deletions
|
@ -27,7 +27,7 @@ internal sealed class AccountingServiceProvider : ContextAccessor
|
|||
};
|
||||
|
||||
request.AddMetaHeader([]);
|
||||
request.Sign(ClientContext.Key.ECDsaKey);
|
||||
request.Sign(ClientContext.Key);
|
||||
|
||||
var response = await _accountingServiceClient!.BalanceAsync(request, null, ctx.GetDeadline(), ctx.CancellationToken);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue