Skip to content

Commit

Permalink
doc: disambiguate sols vs. lamports in doco (solana-labs#384)
Browse files Browse the repository at this point in the history
* disambiguate sols vs. lamports in doco

* doc: disambiguate sols vs. lamports
  • Loading branch information
sunnygleason authored and mvines committed Jun 15, 2020
1 parent 7d5d2f6 commit 509b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<number> {
const unsafeRes = await this._rpcRequest('getTotalSupply', []);
Expand Down

0 comments on commit 509b0d0

Please sign in to comment.