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 {
|
||||
// instance
|
||||
public async getKeypair(passohrase?: string): Promise<KeyPair> {
|
||||
return KeyPair.createKeyPair();
|
||||
public async getKeypair(passphraseArg?: string): Promise<KeyPair> {
|
||||
return KeyPair.createKeyPair(passphraseArg);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user