remove legacy code

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-09-06 02:56:48 +03:00
parent 589e88f6eb
commit 1b0c4bbb31
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
pub fn legacy_endowments() -> Vec<(primitives::AccountId, u128)> {
vec![
// nothing there
]
}

View File

@ -1,6 +1,5 @@
pub mod benchmarking;
pub mod chain_spec;
pub mod legacy;
#[cfg(feature = "full-node")]
use {