1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add to CHANGELOG.md and Remove unnecessary catch

This commit is contained in:
Frankie 2016-09-08 13:13:43 -07:00
parent 69580480bc
commit 7d8491de10
2 changed files with 1 additions and 9 deletions

View File

@ -2,6 +2,7 @@
## Current Master
- Add network checks for unconfirmed transactions.
- Add fiat conversion values to more views.
- On fresh install, open a new tab with the MetaMask Introduction video.
- Block negative values from transactions.

View File

@ -16,15 +16,6 @@ function reduceApp (state, action) {
}
if (pendingTxs) {
name = 'confTx'
} else {
try {
if (state.appState.currentView.name === 'confTx') {
name = 'accountDetail'
}
} catch (e) {
null
}
}
var defaultView = {