mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Replace "coin" with "network"
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#[cfg(feature = "coins")]
|
||||
pub mod coins;
|
||||
#[cfg(feature = "networks")]
|
||||
pub mod networks;
|
||||
|
||||
#[cfg(feature = "serai")]
|
||||
mod serai;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#[cfg(feature = "coins")]
|
||||
mod coins;
|
||||
#[cfg(feature = "networks")]
|
||||
mod networks;
|
||||
|
||||
Reference in New Issue
Block a user