mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix send view selected account bug
This commit is contained in:
parent
39403eb794
commit
b430cbd064
@ -2,6 +2,8 @@
|
||||
|
||||
## Current Master
|
||||
|
||||
- Fixed bug where send view would not load correctly the first time it was visited per account.
|
||||
|
||||
## 1.8.1 2016-05-10
|
||||
|
||||
- Initial usage of scalable blockchain backend.
|
||||
|
@ -12,7 +12,7 @@ module.exports = connect(mapStateToProps)(SendTransactionScreen)
|
||||
|
||||
function mapStateToProps(state) {
|
||||
var result = {
|
||||
address: state.appState.currentView.context,
|
||||
address: state.metamask.selectedAccount,
|
||||
accounts: state.metamask.accounts,
|
||||
identities: state.metamask.identities,
|
||||
warning: state.appState.warning,
|
||||
|
Loading…
Reference in New Issue
Block a user