This commit is contained in:
Jędrzej Stuczyński
2024-02-12 17:29:44 +00:00
parent 1a0424d57d
commit e7c04863d1
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -350,11 +350,3 @@ pub async fn issued_credentials(
build_credentials_response(credentials).map(Json)
}
#[cfg(test)]
mod tests {
use super::*;
#[tokio::test]
async fn foo() {}
}
+1 -1
View File
@@ -58,7 +58,7 @@ pub(crate) fn blind_sign<C: CredentialRequest>(
Ok(nym_coconut::blind_sign(
bandwidth_credential_params(),
signing_key,
&request.blind_sign_request(),
request.blind_sign_request(),
&attributes_ref,
)?)
}