Skip to content

Commit

Permalink
Merge pull request #2251 from LiskHQ/2241-on-hw-wallet-sign-in-page-n…
Browse files Browse the repository at this point in the history
…ever-used

Hardware wallet sign up link doesn't work - Closes #2241
  • Loading branch information
yasharAyari committed Jul 19, 2019
2 parents 8334ccd + 0c44069 commit b5220ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api/hwWallet.js
Expand Up @@ -272,7 +272,7 @@ export const getHWAccountInfo = async (activePeer, deviceId, loginType, accountI
const address = extractAddress(publicKey);
let resAccount = await getAccount({ liskAPIClient: activePeer, address });

const isInitialized = !!resAccount.unconfirmedBalance;
const isInitialized = resAccount.serverPublicKey;
Object.assign(resAccount, { isInitialized });
Object.assign(resAccount, { isInitialized, publicKey });

Expand Down

0 comments on commit b5220ee

Please sign in to comment.