mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Handle Canonical, NewSet from serai-coordinator-substrate
This commit is contained in:
@@ -32,7 +32,7 @@ fn borsh_deserialize_validators<R: io::Read>(
|
||||
}
|
||||
|
||||
/// The information for a new set.
|
||||
#[derive(Debug, BorshSerialize, BorshDeserialize)]
|
||||
#[derive(Clone, Debug, BorshSerialize, BorshDeserialize)]
|
||||
pub struct NewSetInformation {
|
||||
/// The set.
|
||||
pub set: ValidatorSet,
|
||||
|
||||
Reference in New Issue
Block a user