allow single address wallet for auditable reasons
This commit is contained in:
parent
3790442932
commit
f961247b2d
8 changed files with 23 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ angular.module('copayApp.controllers').controller('sidebarController',
|
|||
if (selectedWalletId == currentWalletId) return;
|
||||
self.walletSelection = false;
|
||||
profileService.setAndStoreFocus(selectedWalletId, function() {});
|
||||
$ionicScrollDelegate.$getByHandle('transactions').scrollTop();
|
||||
$ionicScrollDelegate.scrollTop();
|
||||
};
|
||||
|
||||
self.toggleWalletSelection = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue