This commit is contained in:
John Smith
2022-10-31 22:03:05 -04:00
parent 68d55a5e77
commit 5ae0bd834c
5 changed files with 124 additions and 58 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ impl RPCProcessor {
// Compile the safety route with the private route
let compiled_route: CompiledRoute = match rss
.compile_safety_route(rti, routing_table, safety_selection, private_route)
.compile_safety_route(safety_selection, private_route)
.map_err(RPCError::internal)?
{
Some(cr) => cr,