mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-20 04:44:10 -04:00
wip: add todo comment
This commit is contained in:
parent
42bbf09a2b
commit
21c244f680
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ pub struct GetSwapInfoArgs {
|
||||||
pub swap_id: Uuid,
|
pub swap_id: Uuid,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: We probably dont even need this.
|
||||||
|
// We can just call the method directly from the RPC server, the CLI and the Tauri connector
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum Method {
|
pub enum Method {
|
||||||
BuyXmr(BuyXmrArgs),
|
BuyXmr(BuyXmrArgs),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue