chore: fix typo in PublicKey.unique (#27884)
This commit is contained in:
parent
7646521a6e
commit
8c8e113879
|
@ -76,7 +76,7 @@ export class PublicKey extends Struct {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a unique PublicKey for tests and benchmarks using acounter
|
||||
* Returns a unique PublicKey for tests and benchmarks using a counter
|
||||
*/
|
||||
static unique(): PublicKey {
|
||||
const key = new PublicKey(uniquePublicKeyCounter);
|
||||
|
|
Loading…
Reference in New Issue