Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(wallet): refer to correct identityPubkey node data key
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 13, 2020
1 parent edda5a9 commit 55e1582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/reducers/info/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const version = state => get(state, 'info.data.version')
* @param {State} state Redux state
* @returns {string} Node pubkey
*/
const identityPubkey = state => get(state, 'info.data.identity_pubkey')
const identityPubkey = state => get(state, 'info.data.identityPubkey')

/**
* version - Node urls.
Expand Down

0 comments on commit 55e1582

Please sign in to comment.