allow emergency fee
This commit is contained in:
parent
e7e6cf8625
commit
0eb612ec3c
2 changed files with 14 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue