pub async fn execute_genesis_block(
watcher: StateWatcher,
config: &Config,
db: &CombinedDatabase,
) -> Result<UncommittedResult<Changes>>
Expand description
Performs the importing of the genesis block from the snapshot.
pub async fn execute_genesis_block(
watcher: StateWatcher,
config: &Config,
db: &CombinedDatabase,
) -> Result<UncommittedResult<Changes>>
Performs the importing of the genesis block from the snapshot.