Skip to content

Commit

Permalink
Merge branch 'cntools-10.2.0' of https://github.com/cardano-community…
Browse files Browse the repository at this point in the history
…/guild-operators into cntools-10.2.0
  • Loading branch information
Scitz0 committed Mar 15, 2023
2 parents 90052de + 5dd3d66 commit cad6404
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/cnode-helper-scripts/cntools.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC1090,SC2086,SC2154,SC2034,SC2012,SC2140,SC2028
# shellcheck disable=SC1090,SC2086,SC2154,SC2034,SC2012,SC2140,SC2028,SC1091

. "$(dirname $0)"/env offline

Expand Down Expand Up @@ -1944,7 +1944,6 @@ function main {
0) meta_extended_option=""
;;
1) getAnswerAnyCust extended_enter "Enter URL to extended metadata (default: ${meta_extended})"
extended_enter="${extended_enter}"
[[ -n "${extended_enter}" ]] && meta_extended="${extended_enter}"
if [[ ! "${meta_extended}" =~ https?://.* || ${#meta_extended} -gt 64 ]]; then
println ERROR "${FG_RED}ERROR${NC}: invalid extended URL format or more than 64 chars in length"
Expand Down Expand Up @@ -4062,7 +4061,7 @@ function main {
println OFF " Multi-Asset Token Management\n"\
" ) Create Policy - create a new asset policy"\
" ) List Assets - list created/minted policies/assets (local)"\
" ) Show Asset - show minted asset information"\
" ) Show Asset - show minted asset information"\
" ) Decrypt Policy - remove write protection and decrypt policy"\
" ) Encrypt Policy - encrypt policy sign key and make all files immutable"\
" ) Mint Asset - mint new assets for selected policy"\
Expand Down

0 comments on commit cad6404

Please sign in to comment.