Remove account peers update on saving setup key

This commit is contained in:
bcmmbaga
2024-07-16 18:30:47 +03:00
parent dedf13d8f1
commit b6cef2ce2c

View File

@@ -321,8 +321,6 @@ func (am *DefaultAccountManager) SaveSetupKey(ctx context.Context, accountID str
}
}()
am.updateAccountPeers(ctx, account)
return newKey, nil
}