fix clippy warnings

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-08-19 21:19:39 -07:00
parent 973a7c780f
commit 1f149aec3b
7 changed files with 28 additions and 35 deletions

View File

@@ -66,7 +66,7 @@ impl Note {
}
pub fn verify(&self) -> Result<Self, Error> {
return Err(Error::InvalidSignature);
Err(Error::InvalidSignature)
}
/// This is just for serde sanity checking