Add basic move testing

This commit is contained in:
Paul Hauner
2022-08-24 16:31:21 +10:00
parent e98a0155bd
commit adc87f71e7
3 changed files with 77 additions and 164 deletions

View File

@@ -35,7 +35,7 @@ pub enum UploadError {
PatchValidatorFailed(eth2::Error),
}
#[derive(Serialize, Deserialize)]
#[derive(Clone, Serialize, Deserialize)]
pub struct ValidatorSpecification {
pub voting_keystore: KeystoreJsonStr,
pub voting_keystore_password: ZeroizeString,