Export genesis creation function (#5252)

This commit is contained in:
Jack May
2019-07-23 21:34:17 -07:00
committed by GitHub
parent 547a7a345f
commit 536b4c1a25
7 changed files with 611 additions and 527 deletions

View File

@@ -1,6 +1,3 @@
// TODO
#![allow(dead_code)]
use failure::prelude::*;
use log::*;
use state_view::StateView;