Fix - init wallet list
This commit is contained in:
parent
621c60a2ce
commit
8f67fde60b
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ angular
|
||||||
var walletsAll = [];
|
var walletsAll = [];
|
||||||
var walletsSufficientFunds = [];
|
var walletsSufficientFunds = [];
|
||||||
$scope.walletsInsufficientFunds = []; // For origin screen
|
$scope.walletsInsufficientFunds = []; // For origin screen
|
||||||
|
$scope.walletsBtc = [];
|
||||||
|
$scope.walletsBch = [];
|
||||||
|
|
||||||
if ($scope.type === 'origin') {
|
if ($scope.type === 'origin') {
|
||||||
$scope.headerTitle = gettextCatalog.getString('Choose a wallet to send from');
|
$scope.headerTitle = gettextCatalog.getString('Choose a wallet to send from');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue