Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 28, 2024
1 parent 5e3b3c1 commit 68f200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/src/modules/dkim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl<'a> DkimOracleClient<'a> {
let (response,) = self
.wallet_canister
.call128::<(Result<SignedDkimPublicKey, String>,), _>(
self.dkim_canister.canister_id().clone(),
*self.dkim_canister.canister_id(),
"sign_dkim_public_key",
arg,
SIGN_CHARGED_CYCLE,
Expand Down

0 comments on commit 68f200f

Please sign in to comment.