Skip to content

Commit 4f0194a

Browse files
committed
fix: correct key name
1 parent e8784a8 commit 4f0194a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export interface IdentityConfig {
193193
/**
194194
* The base64 encoded protobuf describing (and containing) the nodes private key.
195195
*/
196-
PrivateKey: string
196+
PrivKey: string
197197
}
198198

199199
export interface KeychainConfig {

0 commit comments

Comments
 (0)