docs: correct toBuffer comment

This commit is contained in:
Michael Vines 2018-09-30 22:02:31 -07:00
parent 95efc7c3b0
commit 48c3ea8106
1 changed files with 1 additions and 1 deletions

View File

@ -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);