parent
9a9996301c
commit
0ee0988dd4
7 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue