Remove validators from genesis (#8330)

automerge
This commit is contained in:
Michael Vines
2020-02-19 15:40:07 -07:00
committed by GitHub
parent e3cebcf82d
commit 19baaea0da
3 changed files with 1 additions and 191 deletions

View File

@@ -2,7 +2,6 @@ pub mod address_generator;
pub mod genesis_accounts;
pub mod stakes;
pub mod unlocks;
pub mod validators;
use serde::{Deserialize, Serialize};