node search fix

This commit is contained in:
Christien Rioux
2023-09-16 14:57:04 -04:00
parent d4221bff77
commit eda99bbd47
3 changed files with 7 additions and 11 deletions

View File

@@ -1661,6 +1661,7 @@ attach
detach
restart network
contact <node>[<modifiers>]
resolve <destination>
ping <destination>
appmessage <destination> <data>
appcall <destination> <data>
@@ -1748,6 +1749,8 @@ record list <local|remote>
self.debug_app_call(rest).await
} else if arg == "appreply" {
self.debug_app_reply(rest).await
} else if arg == "resolve" {
self.debug_resolve(rest).await
} else if arg == "contact" {
self.debug_contact(rest).await
} else if arg == "nodeinfo" {