Skip to content

Commit

Permalink
fix: correct key name
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 4, 2021
1 parent e8784a8 commit 4f0194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export interface IdentityConfig {
/**
* The base64 encoded protobuf describing (and containing) the nodes private key.
*/
PrivateKey: string
PrivKey: string
}

export interface KeychainConfig {
Expand Down

0 comments on commit 4f0194a

Please sign in to comment.