Skip to content

Commit

Permalink
Merge pull request #133 from MickWang/master
Browse files Browse the repository at this point in the history
update word error
  • Loading branch information
MickWang authored Dec 6, 2018
2 parents 5b8c06e + fce6610 commit 553eb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/store/modules/LedgerWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const actions = {
if(currentWallet.address !== address) {
return false;
} else {
commit('LOGIN_WITH_LEDGER', { publicKey, address })
commit('LOGIN_WITH_LEDGER', { publicKey:pk, address })
return true;
}
},
Expand Down

0 comments on commit 553eb75

Please sign in to comment.