From 4328a49b63859df7e9650be77cd1565b01361fcc Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Fri, 26 Jun 2015 14:26:36 -0700 Subject: [PATCH] add missing commands --- lib/commands.js | 2 ++ 1 file changed, 2 insertions(+) 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+