[management] Exclude proxy from peer approval (#5588)

This commit is contained in:
Pascal Fischer
2026-03-13 15:01:59 +01:00
committed by GitHub
parent f80fe506d5
commit d86875aeac

View File

@@ -210,7 +210,7 @@ func (m *managerImpl) CreateProxyPeer(ctx context.Context, accountID string, pee
},
}
_, _, _, err = m.accountManager.AddPeer(ctx, accountID, "", "", peer, false)
_, _, _, err = m.accountManager.AddPeer(ctx, accountID, "", "", peer, true)
if err != nil {
return fmt.Errorf("failed to create proxy peer: %w", err)
}