feat(asb): Add registration-status controller cmd (#671)

* feat(asb): Add registration-status controller cmd

* fmt

* add changelog entry

* condense

* remove redundant attributes

* rename

* add comment
This commit is contained in:
Mohan 2025-11-02 23:13:28 +01:00 committed by GitHub
parent 7ca9c1442c
commit 1026a51c98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 159 additions and 4 deletions

View file

@ -33,4 +33,6 @@ pub enum Cmd {
ActiveConnections,
/// Get list of swaps
GetSwaps,
/// Show rendezvous registration status
RegistrationStatus,
}