do not cache total in current unit
This commit is contained in:
parent
a8daca615c
commit
553b0fca0d
2 changed files with 1 additions and 3 deletions
|
|
@ -414,7 +414,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
} else {
|
||||
$scope._merchantData = merchantData;
|
||||
$scope._domain = merchantData.domain;
|
||||
$scope.setForm(null, merchantData.unitTotal);
|
||||
$scope.setForm(null, merchantData.total * satToUnit);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue