Browse Source

Remove unused code

fix-olivia-event-id
Daniel Karzel 3 years ago
parent
commit
faaaed8705
No known key found for this signature in database GPG Key ID: 30C3FC2E438ADB6E
  1. 6
      daemon/src/routes_maker.rs

6
daemon/src/routes_maker.rs

@ -125,12 +125,6 @@ pub struct PromptAuthentication {
www_authenticate: Header<'static>,
}
/// The maker POSTs this to accept an order
#[derive(Debug, Clone, Deserialize)]
pub struct AcceptOrRejectTakeRequest {
pub order_id: OrderId,
}
#[rocket::post("/cfd/<id>/<action>")]
pub async fn post_cfd_action(
id: OrderId,

Loading…
Cancel
Save