Merge pull request #4635 from githorray/patch-1
remove lncli bash completion for unsupported address type p2pkh
This commit is contained in:
commit
165212d965
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user