diff --git a/src/RpcClient/RpcClient.cs b/src/RpcClient/RpcClient.cs index e75538dc55..bf9b793f0b 100644 --- a/src/RpcClient/RpcClient.cs +++ b/src/RpcClient/RpcClient.cs @@ -167,7 +167,7 @@ public async Task GetBestBlockHashAsync() } /// - /// Returns the hash of the tallest block in the main chain + /// Send an RPC request using the specified method name /// internal async Task RpcSendByHashOrIndexAsync(string rpcName, string hashOrIndex, params JToken[] arguments) {