remove legacy code
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
589e88f6eb
commit
1b0c4bbb31
@ -1,5 +0,0 @@
|
|||||||
pub fn legacy_endowments() -> Vec<(primitives::AccountId, u128)> {
|
|
||||||
vec![
|
|
||||||
// nothing there
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,6 +1,5 @@
|
|||||||
pub mod benchmarking;
|
pub mod benchmarking;
|
||||||
pub mod chain_spec;
|
pub mod chain_spec;
|
||||||
pub mod legacy;
|
|
||||||
|
|
||||||
#[cfg(feature = "full-node")]
|
#[cfg(feature = "full-node")]
|
||||||
use {
|
use {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user