OSDN Git Service

update the derivation path are null.
[bytom/Bytom-JS-SDK.git] / src / utils / account.js
index ceecac5..29001ac 100644 (file)
@@ -3,5 +3,4 @@ import {decryptKey} from './key/keystore';
 export function restoreFromKeyStore(v3Keystore, password){
     const key = decryptKey(v3Keystore, password)
     return key.xPub;
-
 }