aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorJared Pereira <jared@otlw.co>2017-04-24 16:18:54 +0800
committerJared Pereira <jared@otlw.co>2017-04-24 16:18:54 +0800
commit7f12be6a014286d727766174bff9391b2cc55ae9 (patch)
tree9eb5d87718435953f5c9042716f035ff5e7987df /ui/app/reducers/app.js
parent5cabd3e02d0eeef8bd7c65db193b0bdb8cc9cc04 (diff)
downloadtangerine-wallet-browser-7f12be6a014286d727766174bff9391b2cc55ae9.tar.gz
tangerine-wallet-browser-7f12be6a014286d727766174bff9391b2cc55ae9.tar.zst
tangerine-wallet-browser-7f12be6a014286d727766174bff9391b2cc55ae9.zip
remove updateCoinBaseAmount action
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 016ddb569..324a4df35 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -481,19 +481,6 @@ function reduceApp (state, action) {
},
})
- case actions.UPDATE_COINBASE_AMOUNT:
- return extend(appState, {
- buyView: {
- subview: 'Coinbase',
- formView: {
- coinbase: true,
- shapeshift: false,
- },
- buyAddress: appState.buyView.buyAddress,
- amount: action.value,
- },
- })
-
case actions.COINBASE_SUBVIEW:
return extend(appState, {
buyView: {