Skip to content

Commit

Permalink
minor text update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Jan 11, 2021
1 parent 73382e2 commit a23b5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -2987,7 +2987,7 @@ EOF
println "ERROR" "${FG_RED}ERROR${NC}: failed to write signed tx body to offline transaction file!"
fi
else
println "Offline transaction need to be signed by ${FG_CYAN}$(jq -r '."signing-file" | length' <<< "${offlineJSON}")${NC} signing keys, only signed by ${FG_CYAN}$(jq -r '.witness | length' <<< "${offlineJSON}")${NC} so far!"
println "Offline transaction need to be signed by ${FG_CYAN}$(jq -r '."signing-file" | length' <<< "${offlineJSON}")${NC} signing keys, signed by ${FG_CYAN}$(jq -r '.witness | length' <<< "${offlineJSON}")${NC} so far!"
fi
;;
*) println "ERROR" "${FG_RED}ERROR${NC}: unsupported offline tx type: ${otx_type}" && waitForInput && continue ;;
Expand Down

0 comments on commit a23b5c9

Please sign in to comment.