mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
cargo fmt signers/scanner
This commit is contained in:
@@ -65,8 +65,10 @@ pub trait Coordinator: 'static + Send + Sync {
|
||||
) -> impl Send + Future<Output = Result<(), Self::EphemeralError>>;
|
||||
|
||||
/// Publish a `Batch`.
|
||||
fn publish_batch(&mut self, batch: Batch)
|
||||
-> impl Send + Future<Output = Result<(), Self::EphemeralError>>;
|
||||
fn publish_batch(
|
||||
&mut self,
|
||||
batch: Batch,
|
||||
) -> impl Send + Future<Output = Result<(), Self::EphemeralError>>;
|
||||
|
||||
/// Publish a `SignedBatch`.
|
||||
fn publish_signed_batch(
|
||||
|
||||
Reference in New Issue
Block a user