more routingdomain refactor

This commit is contained in:
John Smith
2022-08-31 21:41:48 -04:00
parent 68ea977d0f
commit 9966d25672
12 changed files with 486 additions and 279 deletions
+1 -1
View File
@@ -1884,7 +1884,7 @@ impl NetworkManager {
unord.push(async move {
// Update the node
if let Err(e) = rpc
.rpc_call_node_info_update(Destination::Direct(nr.clone()), None)
.rpc_call_node_info_update(nr.clone, routing_domain)
.await
{
// Not fatal, but we should be able to see if this is happening