Skip to content

Commit

Permalink
feat(cli): check user provided genesis if not first run (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape authored Aug 3, 2023
1 parent b56f57d commit 8f3eded
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 8f3eded

Please sign in to comment.