mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Add further must_uses
This commit is contained in:
@@ -227,6 +227,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
|
||||
share
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
fn verify(
|
||||
&self,
|
||||
_: dfg::EdwardsPoint,
|
||||
@@ -247,6 +248,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
|
||||
return None;
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
fn verify_share(
|
||||
&self,
|
||||
verification_share: dfg::EdwardsPoint,
|
||||
|
||||
Reference in New Issue
Block a user