File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ _bitcoin_cli() {
39
39
40
40
if (( cword > 4 )) ; then
41
41
case ${words[cword-4]} in
42
- importaddress| listtransactions|setban)
42
+ listtransactions|setban)
43
43
COMPREPLY=( $( compgen -W " true false" -- " $cur " ) )
44
44
return 0
45
45
;;
@@ -52,10 +52,7 @@ _bitcoin_cli() {
52
52
53
53
if (( cword > 3 )) ; then
54
54
case ${words[cword-3]} in
55
- addmultisigaddress)
56
- return 0
57
- ;;
58
- getbalance|gettxout|importaddress|importpubkey|importprivkey|listreceivedbyaddress|listsinceblock)
55
+ getbalance|gettxout|listreceivedbyaddress|listsinceblock)
59
56
COMPREPLY=( $( compgen -W " true false" -- " $cur " ) )
60
57
return 0
61
58
;;
@@ -80,7 +77,7 @@ _bitcoin_cli() {
80
77
fi
81
78
82
79
case " $prev " in
83
- backupwallet|dumpwallet|importwallet )
80
+ backupwallet)
84
81
_filedir
85
82
return 0
86
83
;;
You can’t perform that action at this time.
0 commit comments