diff --git a/src/_bitcoin-cli b/src/_bitcoin-cli index 1926218..8b61503 100644 --- a/src/_bitcoin-cli +++ b/src/_bitcoin-cli @@ -106,6 +106,7 @@ _bitcoin-cli() { 'createrawtransaction' 'decoderawtransaction' 'decodescript' + 'fundrawtransaction' 'getrawtransaction' 'sendrawtransaction' 'signrawtransaction' @@ -117,6 +118,51 @@ _bitcoin-cli() { 'signmessagewithprivkey' 'validateaddress' 'verifymessage' + 'abandontransaction' + 'addmultisigaddress' + 'addwitnessaddress' + 'backupwallet' + 'bumpfee' + 'dumpprivkey' + 'dumpwallet' + 'getaccount' + 'getaccountaddress' + 'getaddressesbyaccount' + 'getbalance' + 'getnewaddress' + 'getrawchangeaddress' + 'getreceivedbyaccount' + 'getreceivedbyaddress' + 'gettransaction' + 'getunconfirmedbalance' + 'getwalletinfo' + 'importaddress' + 'importmulti' + 'importprivkey' + 'importprunedfunds' + 'importpubkey' + 'importwallet' + 'keypoolrefill' + 'listaccounts' + 'listaddressgroupings' + 'listlockunspent' + 'listreceivedbyaccount' + 'listreceivedbyaddress' + 'listsinceblock' + 'listtransactions' + 'listunspent' + 'lockunspent' + 'move' + 'removeprunedfunds' + 'sendfrom' + 'sendmany' + 'sendtoaddress' + 'setaccount' + 'settxfee' + 'signmessage' + 'walletlock' + 'walletpassphrase' + 'walletpassphrasechange' ) _describe -t subcommands 'bitcoin-cli subcommands' subcommands && ret=0