rm log
This commit is contained in:
parent
9ab6c09d5d
commit
f843123121
1 changed files with 1 additions and 2 deletions
|
|
@ -294,8 +294,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
var fc = profileService.focusedClient;
|
||||
$timeout(function() {
|
||||
storageService.getLastAddress(fc.credentials.walletId, function(err, addr) {
|
||||
// TODO
|
||||
if (addr && 0) {
|
||||
if (addr) {
|
||||
self.addr = addr;
|
||||
} else {
|
||||
self.newAddress();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue