Skip to content

Commit

Permalink
Bump tdx-quote again following improvement of error type
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 13, 2024
1 parent 2072ec6 commit dd463c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,15 +614,6 @@ pub mod pallet {
) -> DispatchResult {
let who = ensure_signed(origin.clone())?;

// let provisioning_certification_key =
// T::PckCertChainVerifier::verify_pck_certificate_chain(
// joining_server_info.pck_certificate_chain,
// )
// .map_err(|error| {
// let e: Error<T> = error.into();
// e
// })?;

ensure!(
joining_server_info.endpoint.len() as u32 <= T::MaxEndpointLength::get(),
Error::<T>::EndpointTooLong
Expand Down

0 comments on commit dd463c6

Please sign in to comment.