mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
The Processor's coins folder referred to the networks it could process, as did its Coin trait. This, and other similar cases throughout the codebase, have now been corrected. Also corrects dated documentation for a key pair is confirmed under the validator-sets pallet.
8 lines
107 B
Rust
8 lines
107 B
Rust
mod plan;
|
|
pub use plan::*;
|
|
|
|
pub mod networks;
|
|
|
|
mod additional_key;
|
|
pub use additional_key::additional_key;
|