Skip to content

Commit

Permalink
Merge eb33233 into 46988e4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-eloperr committed Sep 1, 2020
2 parents 46988e4 + eb33233 commit 9a807c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const faucetAccount = {
}

async function initAccount() {
const keyStore = await KeyStoreUtils.restoreIdentityFromFundraiser(faucetAccount.mnemonic.join(' '), faucetAccount.email, faucetAccount.password, faucetAccount.pkh);
const keystore = await KeyStoreUtils.restoreIdentityFromFundraiser(faucetAccount.mnemonic.join(' '), faucetAccount.email, faucetAccount.password, faucetAccount.pkh);
console.log(`public key: ${keystore.publicKey}`);
console.log(`secret key: ${keystore.secretKey}`);
}
Expand All @@ -145,7 +145,7 @@ const faucetAccount = {
}

async function initAccount() {
const keyStore = await conseiljssoftsigner.KeyStoreUtils.restoreIdentityFromFundraiser(faucetAccount.mnemonic.join(' '), faucetAccount.email, faucetAccount.password, faucetAccount.pkh);
const keystore = await conseiljssoftsigner.KeyStoreUtils.restoreIdentityFromFundraiser(faucetAccount.mnemonic.join(' '), faucetAccount.email, faucetAccount.password, faucetAccount.pkh);
console.log(`public key: ${keystore.publicKey}`);
console.log(`secret key: ${keystore.secretKey}`);
}
Expand Down

0 comments on commit 9a807c1

Please sign in to comment.