We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d57271 commit af7d664Copy full SHA for af7d664
crates/lib/src/bls_config.rs
@@ -24,7 +24,7 @@ impl PartialEq for BLSConfig {
24
25
impl PartialOrd for BLSConfig {
26
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
27
- self.version.partial_cmp(&other.version)
+ Some(self.cmp(other))
28
}
29
30
0 commit comments