Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ssq0-0 committed Jan 7, 2025
1 parent ec06061 commit 4ce21ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func UserChoice() string {
"2. Ionic",
"3. Relay",
"4. Portal",
"5. BalanceCheck",
"0. Exit",
}

Expand All @@ -61,7 +62,7 @@ func UserChoice() string {
selected = rgx.ReplaceAllString(selected, "")

switch selected {
case "Oku", "Relay":
case "Oku", "Relay", "BalanceCheck":
return selected
case "Ionic", "Portal":
if subSelected := handleSubMenu(selected, subMenus[selected], rgx); subSelected != "" {
Expand Down

0 comments on commit 4ce21ac

Please sign in to comment.