fix(core): update
This commit is contained in:
@ -5,6 +5,4 @@ export * from './smartcrypto.classes.publickey';
|
||||
|
||||
import { nodeForge } from './smartcrypto.plugins';
|
||||
|
||||
export {
|
||||
nodeForge
|
||||
};
|
||||
export { nodeForge };
|
||||
|
@ -16,7 +16,7 @@ export class KeyPair {
|
||||
done.resolve(
|
||||
new KeyPair({
|
||||
privateKey: new PrivateKey(keypair.privateKey),
|
||||
publicKey: new PublicKey(keypair.publicKey)
|
||||
publicKey: new PublicKey(keypair.publicKey),
|
||||
})
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user