mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
Get serai-node to compile again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use serai_runtime::Block;
|
||||
use serai_abi::SubstrateBlock as Block;
|
||||
|
||||
use sc_service::{PruningMode, PartialComponents};
|
||||
|
||||
@@ -18,15 +18,15 @@ impl SubstrateCli for Cli {
|
||||
}
|
||||
|
||||
fn impl_version() -> String {
|
||||
env!("SUBSTRATE_CLI_IMPL_VERSION").to_string()
|
||||
String::new()
|
||||
}
|
||||
|
||||
fn description() -> String {
|
||||
env!("CARGO_PKG_DESCRIPTION").to_string()
|
||||
String::new()
|
||||
}
|
||||
|
||||
fn author() -> String {
|
||||
env!("CARGO_PKG_AUTHORS").to_string()
|
||||
String::new()
|
||||
}
|
||||
|
||||
fn support_url() -> String {
|
||||
|
||||
Reference in New Issue
Block a user