remove deprecated mentions of signrawtransaction from fundraw help

This commit is contained in:
Gregory Sanders
2019-01-24 16:25:28 -05:00
parent ebc6542d98
commit 851380ce17
5 changed files with 7 additions and 7 deletions

View File

@@ -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
;;