do not select wallet on 'ready' message
This commit is contained in:
parent
972b29b5de
commit
3191ba200c
4 changed files with 6 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ angular.module('copayApp.services')
|
|||
});
|
||||
w.on('ready', function(myPeerID) {
|
||||
$scope.loading = false;
|
||||
$rootScope.wallet = w;
|
||||
//$rootScope.wallet = w;
|
||||
if ($rootScope.initialConnection) {
|
||||
$rootScope.initialConnection = false;
|
||||
if ($rootScope.pendingPayment) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue