@ -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.
@ -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 = {