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 40d4b73 commit df4b205Copy full SHA for df4b205
src/RpcClient/RpcClient.cs
@@ -167,7 +167,7 @@ public async Task<string> GetBestBlockHashAsync()
167
}
168
169
/// <summary>
170
- /// Returns the hash of the tallest block in the main chain
+ /// Send an RPC request using the specified method name
171
/// </summary>
172
internal async Task<JToken> RpcSendByHashOrIndexAsync(string rpcName, string hashOrIndex, params JToken[] arguments)
173
{
0 commit comments