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
No known key found for this signature in database
GPG Key ID: 7249A19D20613553

View File

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