Only show "from"-wallets with balance

This commit is contained in:
Sebastiaan Pasma 2018-07-13 14:02:48 +02:00
commit 501e8ce738
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F

View file

@ -119,7 +119,8 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
var hasWallets = function() {
$scope.wallets = profileService.getWallets({
onlyComplete: true
onlyComplete: true,
hasFunds: true
});
$scope.walletsBch = profileService.getWallets({
onlyComplete: true,