add todos

This commit is contained in:
Maycon Santos
2024-07-05 11:15:28 +02:00
parent 85e991ff78
commit 840b07c784
10 changed files with 37 additions and 6 deletions

View File

@@ -320,7 +320,7 @@ func (am *DefaultAccountManager) SaveSetupKey(ctx context.Context, accountID str
}
}
}()
// todo: remove it, not needed here since we don't update anything else
am.updateAccountPeers(ctx, account)
return newKey, nil