diff --git a/src/js/controllers/amount.js b/src/js/controllers/amount.js index 75dd9cef4..f7f895e3c 100644 --- a/src/js/controllers/amount.js +++ b/src/js/controllers/amount.js @@ -114,6 +114,11 @@ angular.module('copayApp.controllers').controller('amountController', function($ if (data.stateParams.fixedUnit) { fixedUnit = true; } + + if (availableUnits.length == 2) { + unitIndex = 1; + altUnitIndex = 0; + } }; // Go to...