chore: improve default PublicKey docs (#28372)

* docs: replace zeros comments with ones

* Update comment around docs
This commit is contained in:
Peter Piekarczyk 2022-10-12 21:04:22 -05:00 committed by GitHub
parent b8acb1b350
commit 759dc80fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ export class PublicKey extends Struct {
}
/**
* Default public key value. (All zeros)
* Default public key value. The base58-encoded string representation is all ones (as seen below)
* The underlying BN number is 32 bytes that are all zeros
*/
static default: PublicKey = new PublicKey('11111111111111111111111111111111');