Skip to content

Commit df4b205

Browse files
ajara87cschuchardt88NGDAdmin
committed
Fix. Replace RpcSendByHashOrIndexAsync comment (neo-project#4116)
Co-authored-by: Christopher Schuchardt <[email protected]> Co-authored-by: NGD Admin <[email protected]>
1 parent 40d4b73 commit df4b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RpcClient/RpcClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public async Task<string> GetBestBlockHashAsync()
167167
}
168168

169169
/// <summary>
170-
/// Returns the hash of the tallest block in the main chain
170+
/// Send an RPC request using the specified method name
171171
/// </summary>
172172
internal async Task<JToken> RpcSendByHashOrIndexAsync(string rpcName, string hashOrIndex, params JToken[] arguments)
173173
{

0 commit comments

Comments
 (0)