Skip to content

Commit

Permalink
feat: initia init: use existing app, config and genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
traviolus committed Sep 10, 2024
1 parent 473db75 commit aede6c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/weaveinit/run_l1_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ func (m *ExistingAppReplaceSelect) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
switch *selected {
case UseCurrentApp:
m.state.replaceExistingApp = false
// TODO: Continue
fmt.Println("\n[info] Using current files")
return NewExistingGenesisChecker(m.state), utils.DoTick()
case ReplaceApp:
m.state.replaceExistingApp = true
return NewMinGasPriceInput(m.state), nil
Expand Down

0 comments on commit aede6c5

Please sign in to comment.