Remove unsupported newaddress type p2pkh
This commit is contained in:
parent
98da919bf1
commit
a94c990f8e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user