doc: disambiguate sols vs. lamports in doco (#384)

* disambiguate sols vs. lamports in doco

* doc: disambiguate sols vs. lamports
This commit is contained in:
Sunny Gleason
2019-06-29 11:48:45 -04:00
committed by Michael Vines
parent eb56da4a94
commit c14a44b8b4

View File

@ -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', []);