diff --git a/web3.js/src/publickey.js b/web3.js/src/publickey.js index a319195185..27f50ce69b 100644 --- a/web3.js/src/publickey.js +++ b/web3.js/src/publickey.js @@ -60,7 +60,7 @@ export class PublicKey { } /** - * Return the base-58 representation of the public key + * Return the Buffer representation of the public key */ toBuffer(): Buffer { const b = this._bn.toArrayLike(Buffer);