mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 10:02:45 -05:00
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:
parent
7ca9c1442c
commit
1026a51c98
8 changed files with 159 additions and 4 deletions
|
|
@ -33,4 +33,6 @@ pub enum Cmd {
|
|||
ActiveConnections,
|
||||
/// Get list of swaps
|
||||
GetSwaps,
|
||||
/// Show rendezvous registration status
|
||||
RegistrationStatus,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue