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 walletsSufficientFunds = [];
|
||||
$scope.walletsInsufficientFunds = []; // For origin screen
|
||||
$scope.walletsBtc = [];
|
||||
$scope.walletsBch = [];
|
||||
|
||||
if ($scope.type === 'origin') {
|
||||
$scope.headerTitle = gettextCatalog.getString('Choose a wallet to send from');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue