From 509b0d05b8668b4bb47b0ee514c6be40415d409f Mon Sep 17 00:00:00 2001 From: Sunny Gleason Date: Sat, 29 Jun 2019 11:48:45 -0400 Subject: [PATCH] doc: disambiguate sols vs. lamports in doco (#384) * disambiguate sols vs. lamports in doco * doc: disambiguate sols vs. lamports --- web3.js/src/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', []);