Skip to content

Commit

Permalink
remove deprecated CIP-0094 vote command from CNTools pool menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 9, 2024
1 parent 3b6df90 commit e1aa0d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/cnode-helper-scripts/cntools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1859,10 +1859,9 @@ function main {
" ) Rotate - rotate pool KES keys"\
" ) Decrypt - remove write protection and decrypt pool"\
" ) Encrypt - encrypt pool cold keys and make all files immutable"\
" ) Vote - cast a CIP-0094 Poll ballot"\
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
println DEBUG " Select Pool Operation\n"
select_opt "[n] New" "[i] Import" "[r] Register" "[m] Modify" "[x] Retire" "[l] List" "[s] Show" "[o] Rotate" "[d] Decrypt" "[e] Encrypt" "[v] Vote" "[h] Home"
select_opt "[n] New" "[i] Import" "[r] Register" "[m] Modify" "[x] Retire" "[l] List" "[s] Show" "[o] Rotate" "[d] Decrypt" "[e] Encrypt" "[h] Home"
case $? in
0) SUBCOMMAND="new" ;;
1) SUBCOMMAND="import" ;;
Expand All @@ -1874,8 +1873,7 @@ function main {
7) SUBCOMMAND="rotate" ;;
8) SUBCOMMAND="decrypt" ;;
9) SUBCOMMAND="encrypt" ;;
10) SUBCOMMAND="vote" ;;
11) break ;;
10) break ;;
esac
case $SUBCOMMAND in
new)
Expand Down

0 comments on commit e1aa0d3

Please sign in to comment.