Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
change text from public key to id (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb authored Aug 3, 2020
1 parent 1be392d commit 7e71232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KeyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class KeyManager {
}

/**
* Remove the key specified by this publicKey.
* Remove the key specified by this key id.
*
* @async
* @param id Specifies which key to remove.
Expand All @@ -220,7 +220,7 @@ export class KeyManager {
}

/**
* Sign a transaction using the specified publicKey. Supports both using a
* Sign a transaction using the specified key id. Supports both using a
* cached key and going out to the keystore to read and decrypt
*
* @async
Expand Down

0 comments on commit 7e71232

Please sign in to comment.