Remove unsupported newaddress type p2pkh

This commit is contained in:
githorray 2020-09-21 12:45:06 +08:00 committed by GitHub
parent 98da919bf1
commit a94c990f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ _lncli() {
case "$prev" in case "$prev" in
# example of further completion # example of further completion
newaddress) newaddress)
COMPREPLY=( $( compgen -W "p2wkh np2wkh p2pkh" -- "$cur" ) ) COMPREPLY=( $( compgen -W "p2wkh np2wkh" -- "$cur" ) )
return 0 return 0
;; ;;
esac esac