diff --git a/nym-api/src/coconut/mod.rs b/nym-api/src/coconut/mod.rs index 84830e77ca..9cff0392ea 100644 --- a/nym-api/src/coconut/mod.rs +++ b/nym-api/src/coconut/mod.rs @@ -191,11 +191,7 @@ impl InternalSignRequest { rocket.manage(state).mount( // this format! is so ugly... format!("/{}/{}/{}", NYM_API_VERSION, COCONUT_ROUTES, BANDWIDTH), - routes![ - post_blind_sign, - verify_bandwidth_credential, - ecash_parameters - ], + routes![post_blind_sign, verify_bandwidth_credential], ) }) }