Browse Source

Remove unsupported newaddress type p2pkh

master
githorray 4 years ago committed by GitHub
parent
commit
a94c990f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/lncli.bash-completion

2
contrib/lncli.bash-completion

@ -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…
Cancel
Save