From 851380ce177bccf0d608fa8017a383f2ac273dc1 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 24 Jan 2019 16:25:28 -0500 Subject: remove deprecated mentions of signrawtransaction from fundraw help --- contrib/bitcoin-cli.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/bitcoin-cli.bash-completion') diff --git a/contrib/bitcoin-cli.bash-completion b/contrib/bitcoin-cli.bash-completion index 732981fe7c..f4cac84182 100644 --- a/contrib/bitcoin-cli.bash-completion +++ b/contrib/bitcoin-cli.bash-completion @@ -50,7 +50,7 @@ _bitcoin_cli() { COMPREPLY=( $( compgen -W "true false" -- "$cur" ) ) return 0 ;; - signrawtransaction) + signrawtransactionwithkey|signrawtransactionwithwallet) COMPREPLY=( $( compgen -W "ALL NONE SINGLE ALL|ANYONECANPAY NONE|ANYONECANPAY SINGLE|ANYONECANPAY" -- "$cur" ) ) return 0 ;; -- cgit v1.2.3