Skip to content

Commit

Permalink
fix(legacy jor sig check): chain crypto sig check
Browse files Browse the repository at this point in the history
        aligns with legacy snapshot
  • Loading branch information
cong-or committed May 4, 2024
1 parent f760f10 commit 1efcf62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions catalyst-gateway/bin/src/cardano/cip36_registration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

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 1efcf62

Please sign in to comment.