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

View File

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