aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-01-17 02:55:32 +0800
committerGitHub <noreply@github.com>2017-01-17 02:55:32 +0800
commit5dd5619e5db13370c1073246b51d6595f82ed7aa (patch)
treed160676084c7c3029468ec9633598b0e92745645 /ui/app/reducers
parent15e91f823ce5bc09410b1985aff34ef00825da5b (diff)
parente8e06542e47b41668f196b6db54290490003845b (diff)
downloadtangerine-wallet-browser-5dd5619e5db13370c1073246b51d6595f82ed7aa.tar.gz
tangerine-wallet-browser-5dd5619e5db13370c1073246b51d6595f82ed7aa.tar.zst
tangerine-wallet-browser-5dd5619e5db13370c1073246b51d6595f82ed7aa.zip
Merge branch 'master' into dev
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 65a3dba49..dc7344b3e 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -446,7 +446,7 @@ function reduceApp (state, action) {
},
buyView: {
subview: 'buyForm',
- amount: '5.00',
+ amount: '15.00',
buyAddress: action.value,
formView: {
coinbase: true,