Fix - init wallet list

This commit is contained in:
Jean-Baptiste Dominguez 2018-09-26 21:02:03 +02:00
commit 8f67fde60b

View file

@ -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');