fix for new addresses in send
This commit is contained in:
parent
eba074fd63
commit
8c3397e698
5 changed files with 29 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
$scope.formData.derivationPath = derivationPathHelper.default;
|
||||
$scope.formData.coin = 'btc';
|
||||
|
||||
if (config.cashSupport.enabled) $scope.enableCash = true;
|
||||
if (config.cashSupport) $scope.enableCash = true;
|
||||
|
||||
$scope.setTotalCopayers(tc);
|
||||
updateRCSelect(tc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue