Skip to content

Commit

Permalink
fix(Settings): unarchive archived btc account
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 15, 2018
1 parent 3ff9bd1 commit d875906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const getData = state => {
xpub: x.xpub
}))

return selectors.core.common.bitcoin.getActiveHDAccounts(state).map(wallets)
return selectors.core.common.bitcoin.getHDAccounts(state).map(wallets)
}

0 comments on commit d875906

Please sign in to comment.