wip: add todo comment

This commit is contained in:
binarybaron 2024-08-07 23:20:19 +02:00
parent 42bbf09a2b
commit 21c244f680
No known key found for this signature in database
GPG Key ID: 99B75D3E1476A26E

View File

@ -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),