docs: correct toBuffer comment
This commit is contained in:
@ -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 {
|
toBuffer(): Buffer {
|
||||||
const b = this._bn.toArrayLike(Buffer);
|
const b = this._bn.toArrayLike(Buffer);
|
||||||
|
Reference in New Issue
Block a user