fix(core): update
This commit is contained in:
parent
e73a29f643
commit
b3d1dfc607
@ -3,7 +3,7 @@ import { KeyPair } from './smartkey.classes.keypair';
|
|||||||
|
|
||||||
export class SmartKey {
|
export class SmartKey {
|
||||||
// instance
|
// instance
|
||||||
public async getKeypair(passohrase?: string): Promise<KeyPair> {
|
public async getKeypair(passphraseArg?: string): Promise<KeyPair> {
|
||||||
return KeyPair.createKeyPair();
|
return KeyPair.createKeyPair(passphraseArg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user