mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Add note regarding Request, Method structs
This commit is contained in:
parent
9b503f3367
commit
4150f47655
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ use std::time::Duration;
|
|||
use tracing::{debug_span, Instrument, Span};
|
||||
use uuid::Uuid;
|
||||
|
||||
//TODO: Request and Method can be combined into a single enum
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub struct Request {
|
||||
pub cmd: Method,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue