diff --git a/web3.js/src/connection.js b/web3.js/src/connection.js index 7705d6b007..f116745d50 100644 --- a/web3.js/src/connection.js +++ b/web3.js/src/connection.js @@ -385,7 +385,7 @@ export class Connection { } /** - * Fetch the current slot leader of the cluster + * Return the list of nodes that are currently participating in the cluster */ async getClusterNodes(): Promise> { const unsafeRes = await this._rpcRequest('getClusterNodes', []);