mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Use a single Substrate signer, per intentions in #227
Removes key from Update as well, since it's no longer variable.
This commit is contained in:
@@ -176,7 +176,7 @@ pub mod substrate {
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Zeroize, Serialize, Deserialize)]
|
||||
pub enum ProcessorMessage {
|
||||
Update { key: [u8; 32], batch: SignedBatch },
|
||||
Update { batch: SignedBatch },
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user