Skip to content

Commit

Permalink
remove unuse condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
yenkhoon committed Mar 30, 2023
1 parent 97cbeb2 commit 3ab3cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/gtk/startup_assistant.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ Now you are ready to start the node!`
}
assistant.SetPageComplete(pageSeed, true)
}
case pageSeedConfirmName:
{
}
// case pageSeedConfirmName:
// {
// }
case pagePasswordName:
{
assistant.SetPageComplete(pagePassword, true)
Expand Down

0 comments on commit 3ab3cb1

Please sign in to comment.