Skip to content

Commit

Permalink
Merge pull request #131 from charlesteets/typo-fix
Browse files Browse the repository at this point in the history
typo fix "resuult"
  • Loading branch information
skibitsky authored Oct 12, 2023
2 parents 43f5ea8 + d21120a commit 9839496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core Modules/WalletConnectSharp.Network/JsonRpcProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public async Task<TR> Request<T, TR>(IRequestArguments<T> requestArgs, object co
//Console.WriteLine($"[{Name}] Sending request {request.Method} with data {JsonConvert.SerializeObject(request)}");
await _connection.SendRequest(request, context);

WCLogger.Log("[JsonRpcProvider] Awaiting request resuult");
WCLogger.Log("[JsonRpcProvider] Awaiting request result");
await requestTask.Task;

return requestTask.Task.Result;
Expand Down

0 comments on commit 9839496

Please sign in to comment.