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 Jul 19, 2023
1 parent 1f34617 commit 71978d5
Show file tree
Hide file tree
Showing 3 changed files with 217 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 @@ -13,6 +13,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.7"
tempfile = "3.6"

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

0 comments on commit 71978d5

Please sign in to comment.