aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-01-11 04:29:18 +0800
committerGitHub <noreply@github.com>2017-01-11 04:29:18 +0800
commite8e06542e47b41668f196b6db54290490003845b (patch)
tree4303cfc6a21ea057e60c53e5eee8874f9a380928 /ui/app/reducers
parentde22ab2090ca7d7929dbba188476a18d9d5f50d0 (diff)
parentefde16aae506158d269f70b53b74b09eefd3eff8 (diff)
downloadtangerine-wallet-browser-e8e06542e47b41668f196b6db54290490003845b.tar.gz
tangerine-wallet-browser-e8e06542e47b41668f196b6db54290490003845b.tar.zst
tangerine-wallet-browser-e8e06542e47b41668f196b6db54290490003845b.zip
Merge pull request #984 from MetaMask/correctCoinbaseInfo
Correct coinbase info
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 5c5c0acce..31b9e109f 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -418,7 +418,7 @@ function reduceApp (state, action) {
},
buyView: {
subview: 'buyForm',
- amount: '5.00',
+ amount: '15.00',
buyAddress: action.value,
formView: {
coinbase: true,