do not show proposals on 1-of-N wallets
This commit is contained in:
parent
d0d7397746
commit
5cd5287baf
3 changed files with 4 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
|
|||
$rootScope.title = 'Home';
|
||||
var w = $rootScope.wallet;
|
||||
$scope.isShared = w.isShared();
|
||||
$scope.requiresMultipleSignatures = w.requiresMultipleSignatures();
|
||||
if ($scope.isShared)
|
||||
$scope.copayers = w.getRegisteredPeerIds();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue