allow emergency fee

This commit is contained in:
Matias Alejo Garcia 2015-06-30 11:04:34 -03:00
commit 0eb612ec3c
2 changed files with 14 additions and 2 deletions

View file

@ -13,7 +13,11 @@ angular.module('copayApp.controllers').controller('preferencesFeeController',
}, {
name: gettext('Economy'),
value: 10,
}];
}, {
name: gettext('Emergency'),
red: true,
value: 500,
}, ];
this.save = function(newFee) {
var opts = {