Skip to content

Commit

Permalink
feat(cli): check user provided genesis if not first run
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Aug 2, 2023
1 parent de44cf5 commit 4c287a6
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 130 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rlp = "0.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tempfile = "3.6"
toml = "0.7"

common-apm = { path = "../../common/apm" }
Expand Down
Loading

0 comments on commit 4c287a6

Please sign in to comment.