This commit is contained in:
John Smith
2023-02-16 19:54:29 -05:00
parent 8f9b9b58d5
commit ca3ce91365
9 changed files with 127 additions and 110 deletions

View File

@@ -204,7 +204,7 @@ impl VeilidAPI {
apibail_generic!("unable to allocate route");
};
if !rss
.test_route(&pr_pubkey)
.test_route(&pr_keys)
.await
.map_err(VeilidAPIError::no_connection)?
{