diff --git a/lib/commands.js b/lib/commands.js index f0c1a31..7a30568 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -49,6 +49,7 @@ module.exports = { help: 'help', importAddress: 'importaddress', // bitcoind v0.10.0+ importPrivKey: 'importprivkey', + importWallet: 'importwallet', // bitcoind v0.9.0+ keypoolRefill: 'keypoolrefill', keyPoolRefill: 'keypoolrefill', listAccounts: 'listaccounts', @@ -62,6 +63,7 @@ module.exports = { lockUnspent: 'lockunspent', // bitcoind v0.8.0+ move: 'move', ping: 'ping', // bitcoind v0.9.0+ + prioritiseTransaction: 'prioritisetransaction', // bitcoind v0.10.0+ sendFrom: 'sendfrom', sendMany: 'sendmany', sendRawTransaction: 'sendrawtransaction', // bitcoind v0.7.0+