aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorJared Pereira <jared@otlw.co>2017-04-24 01:18:14 +0800
committerJared Pereira <jared@otlw.co>2017-04-24 01:45:55 +0800
commit5cabd3e02d0eeef8bd7c65db193b0bdb8cc9cc04 (patch)
tree85792fc04dfa5dbd29d709c9d7b42ebe0011b668 /ui/app/reducers/app.js
parentc1df7dedd9065c8fe600642638e0e0a5d71e6f6e (diff)
downloadtangerine-wallet-browser-5cabd3e02d0eeef8bd7c65db193b0bdb8cc9cc04.tar.gz
tangerine-wallet-browser-5cabd3e02d0eeef8bd7c65db193b0bdb8cc9cc04.tar.zst
tangerine-wallet-browser-5cabd3e02d0eeef8bd7c65db193b0bdb8cc9cc04.zip
remove updateBuyAddress 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 036286a8b..016ddb569 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -481,19 +481,6 @@ function reduceApp (state, action) {
},
})
- case actions.UPDATE_BUY_ADDRESS:
- return extend(appState, {
- buyView: {
- subview: appState.subview,
- formView: {
- coinbase: appState.buyView.formView.coinbase,
- shapeshift: appState.buyView.formView.shapeshift,
- },
- buyAddress: action.value,
- amount: appState.buyView.amount,
- },
- })
-
case actions.UPDATE_COINBASE_AMOUNT:
return extend(appState, {
buyView: {