refactor: Remove mostly-unused function get_secondary_self_addrs() (#8173)

This commit is contained in:
Hocuri
2026-04-25 23:37:36 +02:00
committed by GitHub
parent 5f1d54100f
commit fa68c1f0e4
3 changed files with 4 additions and 24 deletions

View File

@@ -422,13 +422,6 @@ async fn check_addrs(
a.get_published_self_addrs().await.unwrap(),
published_self_addrs.clone(),
);
assert_eq(
a.get_secondary_self_addrs().await.unwrap(),
concat(&[
addresses.secondary_published,
addresses.secondary_unpublished,
]),
);
assert_eq(
a.get_published_secondary_self_addrs().await.unwrap(),
concat(&[addresses.secondary_published]),