Handle Canonical, NewSet from serai-coordinator-substrate

This commit is contained in:
Luke Parker
2025-01-11 03:07:15 -05:00
parent 6d5049cab2
commit c05b0c9eba
3 changed files with 162 additions and 33 deletions

View File

@@ -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,