mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
fix transactions not showing up in history
This commit is contained in:
parent
8257853819
commit
7aca279a5f
@ -29,7 +29,7 @@ function mapStateToProps (state) {
|
||||
network: state.metamask.network,
|
||||
unconfMsgs: valuesFor(state.metamask.unconfMsgs),
|
||||
shapeShiftTxList: state.metamask.shapeShiftTxList,
|
||||
transactions: state.metamask.selectedAccountTxList || [],
|
||||
transactions: state.metamask.selectedAddressTxList
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user