fiat value now default if sending from bch or btc wallet
This commit is contained in:
parent
b6c1d4f88a
commit
210baaecf7
1 changed files with 5 additions and 0 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue