mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Move ContinuallyRan into primitives
I'm unsure where else it'll be used within the processor, yet it's generally useful and I don't want to make a dedicated crate yet.
This commit is contained in:
@@ -9,6 +9,9 @@ use group::GroupEncoding;
|
||||
use scale::{Encode, Decode};
|
||||
use borsh::{BorshSerialize, BorshDeserialize};
|
||||
|
||||
/// A module for task-related structs and functionality.
|
||||
pub mod task;
|
||||
|
||||
mod output;
|
||||
pub use output::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user