jl777 rebased so now we have viewing keys

This commit is contained in:
Jonathan "Duke" Leto
2018-04-10 00:33:49 -07:00
parent 83eae67b08
commit f08e247d57

View File

@@ -86,11 +86,10 @@ _komodo_cli() {
COMPREPLY=( $( compgen -W "true false" -- "$cur" ) )
return 0
;;
# KMD does not have viewing keys, yet
# z_importkey|z_importviewingkey)
# COMPREPLY=( $( compgen -W "yes no whenkeyisnew" -- "$cur" ) )
# return 0
# ;;
z_importkey|z_importviewingkey)
COMPREPLY=( $( compgen -W "yes no whenkeyisnew" -- "$cur" ) )
return 0
;;
move|setaccount)
_komodo_accounts
return 0