Skip to content

Commit

Permalink
fix multisig handler
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 authored and Ayush Tiwari committed Feb 21, 2025
1 parent 1065e24 commit 93e66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampd/src/handlers/multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ where
match pub_keys.get(&self.verifier) {
Some(pub_key) => {
let key_type = match pub_key {
PublicKey::Secp256k1(_) => tofnd::Algorithm::Ecdsa,
PublicKey::Ed25519(_) => tofnd::Algorithm::Ed25519,
PublicKey::Secp256k1(_) => tofnd::Algorithm::Ecdsa,
};

let signature = self
Expand Down

0 comments on commit 93e66bc

Please sign in to comment.