From d5551c92446686c200c0534d80cadd9629f7eea6 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Wed, 23 Nov 2022 13:44:06 -0300 Subject: [PATCH] fix doc link --- frost-core/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-core/src/error.rs b/frost-core/src/error.rs index d4106ac..7cd8ead 100644 --- a/frost-core/src/error.rs +++ b/frost-core/src/error.rs @@ -56,7 +56,7 @@ pub enum Error { InvalidSignatureShare { /// The identifier of the signer whose share validation failed, /// encoded as a byte vector with ciphersuite-dependent endianness - /// (can be decoded with [`Identifier::deserialize`]). + /// (can be decoded with [`crate::frost::Identifier::deserialize`]). signer: Vec, }, /// Secret share verification failed.