add support for fee customization
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
parent
7e23bd3406
commit
67ba30a20e
8 changed files with 74 additions and 2 deletions
|
|
@ -608,6 +608,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
amount: amount,
|
||||
message: comment,
|
||||
payProUrl: paypro ? paypro.url : null,
|
||||
feePerKb: config.feeValue || 10000,
|
||||
}, function(err, txp) {
|
||||
if (err) {
|
||||
self.setOngoingProcess();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue