Bug/send max01 (#4161)

* Fix send-max

* New release v1.12.1
This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-29 15:33:09 -03:00 committed by Matias Alejo Garcia
commit 0ee0988dd4
7 changed files with 10 additions and 10 deletions

View file

@ -912,7 +912,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var opts = {};
if (self.sendMaxInfo) {
if (!lodash.isEmpty(self.sendMaxInfo)) {
opts.sendMax = true;
opts.inputs = self.sendMaxInfo.inputs;
opts.fee = self.sendMaxInfo.fee;