diff --git a/web3.js/src/connection.js b/web3.js/src/connection.js index 57e4ade906..5d0b43b82e 100644 --- a/web3.js/src/connection.js +++ b/web3.js/src/connection.js @@ -95,7 +95,7 @@ type ContactInfo = { * @property {string} nodePubkey Identity public key of the node voting with this account * @property {number} activatedStake The stake, in lamports, delegated to this vote account and activated * @property {boolean} epochVoteAccount Whether the vote account is staked for this epoch - * @property {number} commission A 8-bit unsigned integer used as a fraction (commission/0xFF) for rewards payout + * @property {number} commission A percentage (0-100) of rewards payout owed to the voter * @property {number} lastVote Most recent slot voted on by this vote account */ type VoteAccountInfo = {