mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:52:41 +02:00
Merge pull request #4635 from githorray/patch-1
remove lncli bash completion for unsupported address type p2pkh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user