mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add PartialEq to structs
This commit is contained in:
@@ -255,7 +255,7 @@ impl fmt::Display for State {
|
||||
}
|
||||
|
||||
pub trait StateMachine {
|
||||
type Signature;
|
||||
type Signature: Clone + PartialEq + fmt::Debug;
|
||||
|
||||
/// Perform the preprocessing round required in order to sign
|
||||
/// Returns a byte vector which must be transmitted to all parties selected for this signing
|
||||
|
||||
Reference in New Issue
Block a user