Skip to content

Commit

Permalink
Verify a signature on a message with this keypair's public key.
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed May 3, 2024
1 parent 19cd403 commit 4a705de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalyst-gateway/bin/src/cardano/cip36_registration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
use anyhow::Ok;
use cardano_chain_follower::Network;
use cryptoxide::{blake2b::Blake2b, digest::Digest};
use ed25519_dalek::Verifier;
use ed25519_dalek::{Signature, VerifyingKey};
use ed25519_dalek::{Signature, Verifier, VerifyingKey};
use pallas::ledger::{
primitives::{conway::Metadatum, Fragment},
traverse::MultiEraMeta,
Expand Down

0 comments on commit 4a705de

Please sign in to comment.