Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
more clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
chunningham committed Sep 22, 2023
1 parent bf0855c commit 43f9b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub fn complete_session_setup(signed_session: SignedSession) -> Result<Session,
0x71,
Code::Blake3_256.digest(&serde_ipld_dagcbor::to_vec(&delegation)?),
);
let delegation_header = DelegationHeaders::new(delegation.into());
let delegation_header = DelegationHeaders::new(delegation);

Ok(Session {
delegation_header,
Expand Down

0 comments on commit 43f9b44

Please sign in to comment.