diff --git a/web3.js/src/connection.js b/web3.js/src/connection.js index 797643183cf854..70ede99e9a559e 100644 --- a/web3.js/src/connection.js +++ b/web3.js/src/connection.js @@ -535,7 +535,7 @@ export class Connection { } /** - * Fetch the current total currency supply of the cluster + * Fetch the current total currency supply of the cluster in lamports */ async getTotalSupply(): Promise { const unsafeRes = await this._rpcRequest('getTotalSupply', []);